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:
103:15583327fcdd
--- a/settings/settings.h	Tue Feb 23 20:35:07 2021 +0000
+++ b/settings/settings.h	Fri Apr 23 08:36:42 2021 +0000
@@ -56,6 +56,20 @@
 extern void SetNtpClientOffsetMs        ( int   value);
 extern void SetNtpClientMaxDelayMs      ( int   value);
 
+extern void SetValuesServerName  (char*     value);
+extern void GetValuesServerName  (char*     value);
+extern void SetValuesFileName    (char*     value);
+extern void GetValuesFileName    (char*     value);
+extern void SetValuesWriteSize   (int*     pValue);
+extern void GetValuesWriteSize   (int*     pValue);
+extern void SetValuesReadInterval(int*     pValue);
+extern void GetValuesReadInterval(int*     pValue);
+extern void SetValuesStartTime   (int64_t* pValue);
+extern void GetValuesStartTime   (int64_t* pValue);
+extern void SetValuesCount       (int*     pValue);
+extern void GetValuesCount       (int*     pValue);
+extern void GetValuesData(int index, char* pValue);
+extern void SetValuesData(int count, void* pValue);
 
 extern int  SettingsNtpInit(void);
 extern int  SettingsInit(void);
\ No newline at end of file