A GPS disciplined clock

Dependencies:   net lpc1768 crypto clock web log

Committer:
andrewboyson
Date:
Thu Oct 10 19:09:48 2019 +0000
Revision:
75:0ed9157d3bb3
Parent:
59:d2d25c2265f8
Updated libraries

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