Central Heating controller using the real time clock, PHY module for internet, 1-wire interface for temperature sensors, a system log and a configuration file

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

/media/uploads/andrewboyson/heating.sch

/media/uploads/andrewboyson/heating.brd

/media/uploads/andrewboyson/eagle.epf

Committer:
andrewboyson
Date:
Fri Apr 23 08:36:42 2021 +0000
Revision:
106:41ed3ea0bbba
Parent:
53:c1bf7d9db507
Not working, crashes.

Who changed what in which revision?

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