eeprom handling works now
This commit is contained in:
@ -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_ */
|
||||
|
Reference in New Issue
Block a user