Pushed minor changes. Thanks @Protoneer!

This commit is contained in:
Sonny Jeon
2013-03-12 18:10:24 -06:00
parent 97d18f0ffe
commit aae1089051
2 changed files with 11 additions and 7 deletions

View File

@@ -2,7 +2,7 @@
#define eeprom_h
char eeprom_get_char(unsigned int addr);
void eeprom_put_char(unsigned int addr, char new_value);
void eeprom_put_char(unsigned int addr, unsigned char new_value);
void memcpy_to_eeprom_with_checksum(unsigned int destination, char *source, unsigned int size);
int memcpy_from_eeprom_with_checksum(char *destination, unsigned int source, unsigned int size);