eeprom handling works now

This commit is contained in:
Wolfgang Hottgenroth
2017-06-12 11:52:46 +02:00
parent cbb8f8d188
commit 404b3f7f7a
3 changed files with 61 additions and 43 deletions

View File

@ -15,6 +15,8 @@
void eepromWrite(uint16_t addr, uint8_t *buf, uint8_t len);
void eepromRead(uint16_t addr, uint8_t *buf, uint8_t len);
uint8_t eepromReadStatus();
void eepromWren();
void eepromWrdi();
#endif /* EEPROM_H_ */