12 #ifndef HEIVS_EEPROM_H
13 #define HEIVS_EEPROM_H
status_e EEPROM_FirstInit(uint8_t number, uint8_t *macAddr)
First initialisation of EEPROM.
status_e EEPROM_Calib_Write(const uint8_t calib[24])
Write the touch calbration to EEPROM.
status_e EEPROM_Calib_Read(uint8_t calib[24])
Returns the touch calbration from EEPROM.
status_e EEPROM_ReadMacAddress(uint8_t *mac)
Returns the mac address.
status_e EEPROM_ReadUniqueNumber(uint8_t *number)
Returns the unique number from the EEPROM.