#include "TinyGPSPlus.h" #define RX 4 #define TX 5 void GPS_Init(); void GPS_Read(float &lat, float &lon);