A GPS disciplined clock
Dependencies: net lpc1768 crypto clock web log
web-this/home/web-home-query.c
- Committer:
- andrewboyson
- Date:
- 2022-06-06
- Revision:
- 100:93f5b732f985
- Parent:
- 90:9b8bc951c6d9
File content as of revision 100:93f5b732f985:
#include "http.h" #include "clkgov.h" #include "clkutc.h" #include "led.h" #include "settings.h" void WebHomeQuery(char* pQuery) { while (pQuery) { char* pName; char* pValue; pQuery = HttpQuerySplit(pQuery, &pName, &pValue); int value = HttpQueryValueAsInt(pValue); } }