Implement GPS module: add GPS_Init, GPS_Read, and GPS_Data functions; update includes and fix MQ7 references
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
#define RX 4
|
||||
#define TX 5
|
||||
|
||||
#include <SoftwareSerial.h>
|
||||
void GPS_Init();
|
||||
#include "SoftwareSerial.h"
|
||||
|
||||
void GPS_Init();
|
||||
void GPS_Read();
|
||||
String GPS_Data();
|
||||
Reference in New Issue
Block a user