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: SDFileSystem ds3231 eeprom_Nikita mbed testUniGraphic_150217
Fork of SS_SensePOC2P0_11Dec2017_USERPID by
eeprom_pgm.h
00001 #ifndef EEPROM_PGM_H_ 00002 #define EEPROM_PGM_H_ 00003 00004 00005 void eprom_write(uint32_t address, int32_t data); 00006 int32_t eprom_read(uint32_t address); 00007 int8_t eprom_read_8(uint32_t address); 00008 int16_t eprom_read_16(uint32_t address); 00009 void eprom_write_8(uint32_t address, int8_t data); 00010 void eprom_write_16(uint32_t address, int16_t data); 00011 uint8_t get_Error(void); 00012 #endif
Generated on Mon Jul 18 2022 19:19:02 by
1.7.2
