Project

Dependencies:   Hotboards_keypad TextLCD eeprom

Revision:
0:194ff03a2e6a
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/i2ceeprom.h	Tue Oct 23 08:12:53 2018 +0000
@@ -0,0 +1,12 @@
+#ifndef I2CEEPROM_H
+#define I2CEEPROM_H
+#include "mbed.h"
+
+static void myerror(std::string msg);
+void StoreCurrentMode(int32_t idata);
+int32_t readCurrentMode();
+bool WriteCorresspondingTimes(uint32_t currentMode, float gTime,float yTime,float rTime);
+bool ReadCorresspondingTimes(uint32_t currentMode, float *gTime,float *yTime,float *rTime);
+void Last_Saved_Mode();
+
+#endif
\ No newline at end of file