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 57:2d54e570de60 1
andrewboyson 59:d2d25c2265f8 2 extern int WebServerThisDecideWhatToDo(char *pPath, char* pLastModified);
andrewboyson 59:d2d25c2265f8 3 extern bool WebServerThisHandleQuery (int todo, char* pQuery);
andrewboyson 59:d2d25c2265f8 4 extern bool WebServerThisPost (int todo, int contentLength, int contentStart, int size, char* pRequestStream, uint32_t positionInRequestStream, bool* pComplete);
andrewboyson 59:d2d25c2265f8 5 extern bool WebServerThisReply (int todo);