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

Revision:
57:72c1c1357861
Parent:
48:6eac12df3ad5
Child:
95:97621bfbedfa
--- a/heating/radiator.h	Fri May 03 14:29:22 2019 +0000
+++ b/heating/radiator.h	Mon May 06 07:55:09 2019 +0000
@@ -1,7 +1,7 @@
 #include <stdbool.h>
 #include <stdint.h>
 
-extern bool     RadiatorGetMode            (void); extern void RadiatorSetMode            (bool value); extern void RadiatorChgMode    (void);
+extern bool     RadiatorGetWinter          (void); extern void RadiatorSetWinter          (bool value); extern void RadiatorChgWinter  (void);
 extern bool     RadiatorGetOverride        (void); extern void RadiatorSetOverride        (bool value); extern void RadiatorChgOverride(void);
 extern uint16_t RadiatorGetHallDS18B20Value(void);