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
web-derived/web-server-derived.h
- Committer:
- andrewboyson
- Date:
- 2019-05-01
- Revision:
- 52:76254a967391
- Parent:
- 51:c7c6ce0d57ad
File content as of revision 52:76254a967391:
#include <stdint.h> #include <stdbool.h> extern int WebServerDerivedDecideWhatToDo(char *pPath, char* pLastModified); extern bool WebServerDerivedHandleQuery (int todo, char* pQuery); extern bool WebServerDerivedPost (int todo, int contentLength, int contentStart, int size, char* pRequestStream, uint32_t positionInRequestStream, bool* pComplete); extern bool WebServerDerivedReply (int todo);