A GPS disciplined clock

Dependencies:   net lpc1768 crypto clock web log

Committer:
andrewboyson
Date:
Wed May 06 18:40:02 2020 +0000
Revision:
97:af023452967f
Parent:
59:d2d25c2265f8
Changed PPS timeout to 8000ms (it was 1000ms)

Who changed what in which revision?

UserRevisionLine numberNew contents of line
andrewboyson 55:a1bd0572c8b6 1 extern void WebNmeaHtml (void);
andrewboyson 55:a1bd0572c8b6 2 extern void WebNmeaAjax (void);
andrewboyson 55:a1bd0572c8b6 3 extern void WebNmeaScript(void);
andrewboyson 55:a1bd0572c8b6 4 extern const char* WebNmeaScriptDate;
andrewboyson 55:a1bd0572c8b6 5 extern const char* WebNmeaScriptTime;
andrewboyson 55:a1bd0572c8b6 6 extern void WebNmeaQuery (char* pQuery);
andrewboyson 27:eb5728b9052b 7
andrewboyson 55:a1bd0572c8b6 8 extern void WebHomeHtml (void);
andrewboyson 55:a1bd0572c8b6 9 extern void WebHomeAjax (void);
andrewboyson 55:a1bd0572c8b6 10 extern void WebHomeScript(void);
andrewboyson 55:a1bd0572c8b6 11 extern const char* WebHomeScriptDate;
andrewboyson 55:a1bd0572c8b6 12 extern const char* WebHomeScriptTime;
andrewboyson 55:a1bd0572c8b6 13 extern void WebHomeQuery (char* pQuery);