| aEEP_ReadInt | Index |
Definition:
Parameters:
Return Value:
Description:
This routine reads a 2-byte int value from 2 sequential bytes starting at a specified address from an EEPROM with 2-byte addressing and an I2C interface. The value must be stored in high-byte low-byte order.
Example:
n = aEEP_ReadInt((unsigned char)0xA0,1000);
This would set variable n to the contents of EEPROM location 1000.
Related: