Monitor motorhome leisure battery and provide simple control of habitation

Dependencies:   net lpc1768 crypto clock web fram log

Committer:
andrewboyson
Date:
Fri Jun 10 18:32:21 2022 +0000
Revision:
10:a97a7cb7aa82
Parent:
0:b843d647695c
Corrected amp second count in html

Who changed what in which revision?

UserRevisionLine numberNew contents of line
andrewboyson 0:b843d647695c 1 #include <stdint.h>
andrewboyson 0:b843d647695c 2 #include <stdbool.h>
andrewboyson 0:b843d647695c 3
andrewboyson 0:b843d647695c 4 extern int WebServerThisDecideWhatToDo(char *pPath, char* pLastModified);
andrewboyson 0:b843d647695c 5 extern bool WebServerThisHandleQuery (int todo, char* pQuery);
andrewboyson 0:b843d647695c 6 extern bool WebServerThisPost (int todo, int contentLength, int contentStart, int size, char* pRequestStream, uint32_t positionInRequestStream, bool* pComplete);
andrewboyson 0:b843d647695c 7 extern bool WebServerThisReply (int todo);