A GPS disciplined clock

Dependencies:   net lpc1768 crypto clock web log

Committer:
andrewboyson
Date:
Mon Nov 18 08:51:46 2019 +0000
Revision:
84:baec7c1f5618
Parent:
79:992d470e0619
Child:
85:9e9943927b2c
Updated LPC1768 library

Who changed what in which revision?

UserRevisionLine numberNew contents of line
andrewboyson 4:108157115360 1 #include <stdbool.h>
andrewboyson 4:108157115360 2 #include <time.h>
andrewboyson 4:108157115360 3
andrewboyson 77:4e3925cbb1d8 4 extern bool PpsIsStable(void);
andrewboyson 77:4e3925cbb1d8 5
andrewboyson 77:4e3925cbb1d8 6 extern int PpsMsSinceLastPulse;
andrewboyson 79:992d470e0619 7 extern uint32_t PpsLastPulseMs(void);
andrewboyson 79:992d470e0619 8 extern bool PpsLastPulseIsSet(void);
andrewboyson 4:108157115360 9
andrewboyson 77:4e3925cbb1d8 10 extern void PpsMain(void);
andrewboyson 77:4e3925cbb1d8 11 extern void PpsInit(void);