Project

Dependencies:   Hotboards_keypad TextLCD eeprom

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers i2ceeprom.h Source File

i2ceeprom.h

00001 #ifndef I2CEEPROM_H
00002 #define I2CEEPROM_H
00003 #include "mbed.h"
00004 
00005 static void myerror(std::string msg);
00006 void StoreCurrentMode(int32_t idata);
00007 int32_t readCurrentMode();
00008 bool WriteCorresspondingTimes(uint32_t currentMode, float gTime,float yTime,float rTime);
00009 bool ReadCorresspondingTimes(uint32_t currentMode, float *gTime,float *yTime,float *rTime);
00010 void Last_Saved_Mode();
00011 
00012 #endif