#define RXPIN 5
#define TXPIN 4
SoftwareSerial gpsSerial(TXPIN , RXPIN); //4 is for TX and 3 is for RX
When the comments don't match the code, the programmer looks foolish. That's not what you want, is it?
#define RXPIN 5
#define TXPIN 4
SoftwareSerial gpsSerial(TXPIN , RXPIN); //4 is for TX and 3 is for RX
When the comments don't match the code, the programmer looks foolish. That's not what you want, is it?