9 lines
129 B
C++
9 lines
129 B
C++
#define RX 4
|
|
#define TX 5
|
|
|
|
#include "TinyGPSPlus.h"
|
|
|
|
void GPS_Init();
|
|
void GPS_Read();
|
|
float GPS_longitud();
|
|
float GPS_latitud(); |