Open frillip opened 11 years ago
Should also accept pulse per second input from GPS. Perhaps with #define USE_PPS
? Alternatively, maybe the code should support different clock sources via a define?
Perhaps it should choose the best it can find on bootup? So it listens for for the GPS adaptor, and if it can't find that just resort to normal?
After I've finished the various handlers.
Too much to complete in one step.
Code to interpret GPS NMEA statements to determine current time.
Should be enabled or disabled via
#define USE_GPS_CLOCK
Requires #5 , as PIC18F26K80 has an additional hardware serial.