Add GPS module support: implement GPS_Init, GPS_Read, and GPS_Data functions
This commit is contained in:
5
hardware/include/GPS.hpp
Normal file
5
hardware/include/GPS.hpp
Normal file
@@ -0,0 +1,5 @@
|
||||
#define RX 4
|
||||
#define TX 5
|
||||
|
||||
#include <SoftwareSerial.h>
|
||||
void GPS_Init();
|
||||
Reference in New Issue
Block a user