eeRead

Read a byte from the internal EEPROM.

Syntax: x=eeRead(address)

Example:

Dim x as uByte
x=eeRead(10) ' return data from address 10 of the internal EEPROM

Also See: eeWrite