Fix all the following issues which we faced during 01st April internal demo 1) Display hang and jump issue 2) Sequencing issue 3) Issue with BP code

Dependencies:   SDFileSystem ds3231 program mbed testUniGraphic_150217

Fork of Int_Demo_01Apr2017_newdisplaycode_bp_nikita by nikita teggi

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers eeprom_pgm.h Source File

eeprom_pgm.h

00001 #ifndef EEPROM_PGM_H_
00002 #define EEPROM_PGM_H_
00003 
00004 
00005 void eprom_write(uint32_t address, int8_t data);
00006 int eprom_read(uint32_t address);
00007 
00008 #endif