adafruit/Adafruit_GPS

unused variables

Closed this issue · 2 comments

Sorry,
may be I'm wrong but I'm not able to find where a lot of variable of the class Adafruit_GPS will be set and used.
For example the variables: fix, lastFix, lastTime, lastDate, speed, altitude .. etc etc

drak7 commented

They're all set in the parse method, see NMEA_parse.cpp.

sorry!