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:
106:41ed3ea0bbba
Parent:
105:1899f7ed17ec
diff -r 1899f7ed17ec -r 41ed3ea0bbba heating/boiler.h
--- a/heating/boiler.h	Tue Feb 23 20:35:07 2021 +0000
+++ b/heating/boiler.h	Fri Apr 23 08:36:42 2021 +0000
@@ -8,11 +8,11 @@
 extern int     BoilerGetRunOnDeltaT       (void); extern void BoilerSetRunOnDeltaT       (int value);
 extern int     BoilerGetRunOnTime         (void); extern void BoilerSetRunOnTime         (int value);
 extern int     BoilerGetPumpSpeedCalling  (void); extern void BoilerSetPumpSpeedCalling  (int value);
-extern int     BoilerGetPumpSpeedRunOn    (void); extern void BoilerSetPumpSpeedRunOn    (int value);
+extern int     BoilerGetRampDownTime      (void); extern void BoilerSetRampDownTime      (int value);
 extern int     BoilerGetOutputTarget      (void); extern void BoilerSetOutputTarget      (int value);
 
-extern int     BoilerGetMinimumFlow       (void); extern void BoilerSetMinimumFlow       (int value);
-extern int     BoilerGetMidFlowSpeed      (void); extern void BoilerSetMidFlowSpeed      (int value);
+extern int     BoilerGetMinSpeed          (void); extern void BoilerSetMinSpeed          (int value);
+extern int     BoilerGetMidSpeedPwm       (void); extern void BoilerSetMidSpeedPwm       (int value);
 
 extern int16_t BoilerGetTankDS18B20Value  (void);
 extern int16_t BoilerGetOutputDS18B20Value(void);