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:
95:97621bfbedfa
Parent:
57:72c1c1357861
Child:
96:18a3813bb4b5
--- a/heating/radiator.h	Thu Jun 11 08:52:01 2020 +0000
+++ b/heating/radiator.h	Fri Oct 02 15:40:53 2020 +0000
@@ -5,8 +5,9 @@
 extern bool     RadiatorGetOverride        (void); extern void RadiatorSetOverride        (bool value); extern void RadiatorChgOverride(void);
 extern uint16_t RadiatorGetHallDS18B20Value(void);
 
-extern int      RadiatorGetNightTemperature(void); extern void RadiatorSetNightTemperature(int  value);
-extern int      RadiatorGetFrostTemperature(void); extern void RadiatorSetFrostTemperature(int  value);
+extern int      RadiatorGetOverrideCancelMinute(void); extern void RadiatorSetOverrideCancelMinute(int value);
+extern int      RadiatorGetNightTemperature    (void); extern void RadiatorSetNightTemperature    (int value);
+extern int      RadiatorGetFrostTemperature    (void); extern void RadiatorSetFrostTemperature    (int value);
 
 extern bool  RadiatorPump;