#ifndef _GPS_H_ #define _GPS_H_ extern char GPS_LINE[]; bool gps_getline(); extern uint16_t time_to_fix; bool gps_waitforfix(uint16_t seconds, bool update_time_to_fix); #endif