Controls the central heating system and the lights.

Dependencies:   1-wire clock crypto fram log lpc1768 net web wiz mbed

Committer:
andrewboyson
Date:
Sat Nov 12 10:03:38 2022 +0000
Revision:
8:8ac076ce51af
Parent:
0:22b158d3c76f
Updated LPC1768 library

Who changed what in which revision?

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