| aEEP_WriteChar | Index |
Definition:
Parameters:
Return Value:
Description:
This routine writes a char value to a specified address in an EEPROM with 2-byte addressing and an I2C interface.
Example:
aEEP_WriteChar((unsigned char)0xA0,1000,30);
This would write the value 30 to EEPROM location 1000. The EEPROM has an I2C address of 0xA0.
Related: