A GPS disciplined clock

Dependencies:   net lpc1768 crypto clock web log

Committer:
andrewboyson
Date:
Fri Jun 21 14:31:21 2019 +0000
Revision:
69:1e6287f118bd
Parent:
59:d2d25c2265f8
Updated libraries

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);