help on eeprom read&write in c code

Thread Starter

haoyan

Joined Apr 26, 2007
3
in maplab there are two function which are used to eeprom read&write.

void eeprom_write(unsigned char addr, unsigned char value)
unsigned char eeprom_read(unsigned char addr)

can anyone give me some sample on how to use it in c code?
 
Top