79 #define EEPROM_24AA64_SIZE 8192
80 #define EEPROM_24AA64_PAGE_SIZE 32
void Eeprom_24AA64_Erase(int8 board_num)
Erases the full contents of the 24AA64 EEPROM.
void Eeprom_24AA64_Write(int8 board_num, int16 address, int8 *data_ptr, int16 num_bytes)
Writes a series of bytes to the 24AA64 EEPROM.
void Eeprom_24AA64_Read(int8 board_num, int16 address, int8 *data_ptr, int16 num_bytes)
Reads a series of bytes to the 24AA64 EEPROM.