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 merged_code2_20sept_2017_4th_oct_2017 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 #endif
Generated on Thu Jul 14 2022 21:53:48 by
 1.7.2
 1.7.2 
    