so i have this code to get me parsing gps data from adafruit ultimate gps i like the fact that it has a delay be nice if i could get a code to turn on and off gps once we get location anyways
i keep getting this message error: 'isAlpha' was not declared in this scope
if (isAlpha(parsed[2])) {
^
Error compiling.
here is my code
#include <Adafruit_GPS.h>
//Seriale tra MCU e GPS #define mySerial Serial1
Adafruit_GPS GPS(&mySerial);
The Arduino folks don't seem to have heard of backward compatibility. Maybe try an older version. It is easy to have multiple versions on your PC - they are just Java programs.
If you plan on developing a more complex program you would be better to use millis() to manage timing as illustrated in several things at a time. The Arduino can do nothing else during a delay() period.