Difference between revisions of "readEEPROM(which address)"
From pinHeck Wiki
(Created page with "Returns the 4 byte long value in the specified address. '''Example:''' x = readEEPROM(1024); Gets the value from EEPROM location 1024. As with writeEEPROM, you can read-w...") |
(No difference)
|
Revision as of 22:00, 21 September 2014
Returns the 4 byte long value in the specified address.
Example:
x = readEEPROM(1024);
Gets the value from EEPROM location 1024.
As with writeEEPROM, you can read-write from locations 0-8191, though some are reserved by the system. See writeEEPROM for more information.