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-this/web-nav-this.h@106:41ed3ea0bbba, 2021-04-23 (annotated)
- 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?
User | Revision | Line number | New contents of line |
---|---|---|---|
andrewboyson | 53:c1bf7d9db507 | 1 | extern void WebNavThis(int page); |
andrewboyson | 52:76254a967391 | 2 | |
andrewboyson | 52:76254a967391 | 3 | #define HOME_PAGE 100 |
andrewboyson | 52:76254a967391 | 4 | #define PROGRAM_PAGE 101 |
andrewboyson | 52:76254a967391 | 5 | #define RADIATOR_PAGE 102 |
andrewboyson | 52:76254a967391 | 6 | #define BOILER_PAGE 103 |
andrewboyson | 52:76254a967391 | 7 | #define SYSTEM_PAGE 104 |
andrewboyson | 52:76254a967391 | 8 | #define ONE_WIRE_PAGE 105 |