Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: Hotboards_keypad TextLCD eeprom
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
Generated on Fri Jul 15 2022 15:37:46 by
1.7.2