Monitor motorhome leisure battery and provide simple control of habitation

Dependencies:   net lpc1768 crypto clock web fram log

Committer:
andrewboyson
Date:
Thu Jan 14 16:05:55 2021 +0000
Revision:
0:b843d647695c
Creation (mostly a copy of heating at the moment)

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