| aEEP_ReadChar | Index |
Definition:
Parameters:
Return Value:
Description:
This routine reads a char value at a specified address from an EEPROM with 2-byte addressing and an I2C interface.
Example:
n = aEEP_ReadChar((unsigned char)0xA0,1000);
This would set variable n to the contents of EEPROM location 1000. The EEPROM has an I2C address of 0xA0.
Related: