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@52:76254a967391, 2019-05-01 (annotated)
- Committer:
- andrewboyson
- Date:
- Wed May 01 07:17:24 2019 +0000
- Revision:
- 52:76254a967391
- Parent:
- 51:c7c6ce0d57ad
Updated web library
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
andrewboyson | 51:c7c6ce0d57ad | 1 | #include <stdint.h> |
andrewboyson | 52:76254a967391 | 2 | #include <stdbool.h> |
andrewboyson | 51:c7c6ce0d57ad | 3 | |
andrewboyson | 52:76254a967391 | 4 | extern int WebServerDerivedDecideWhatToDo(char *pPath, char* pLastModified); |
andrewboyson | 52:76254a967391 | 5 | extern bool WebServerDerivedHandleQuery (int todo, char* pQuery); |
andrewboyson | 52:76254a967391 | 6 | extern bool WebServerDerivedPost (int todo, int contentLength, int contentStart, int size, char* pRequestStream, uint32_t positionInRequestStream, bool* pComplete); |
andrewboyson | 52:76254a967391 | 7 | extern bool WebServerDerivedReply (int todo); |