diff options
author | Chris--A <chris@genx.biz> | 2015-03-24 13:58:01 +1000 |
---|---|---|
committer | Chris--A <chris@genx.biz> | 2015-03-24 13:58:01 +1000 |
commit | 5da9792cd61b5ba9eed9fb80874edb52081d6232 (patch) | |
tree | 13ea73606522e092346c2b9c84020870e8efae72 /libraries/EEPROM/examples/eeprom_get | |
parent | 26577474efcb8874dad687467a8ba2f01678ff4c (diff) |
Fixed EEPROM examples and added readme
Diffstat (limited to 'libraries/EEPROM/examples/eeprom_get')
-rw-r--r-- | libraries/EEPROM/examples/eeprom_get/eeprom_get.ino | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/EEPROM/examples/eeprom_get/eeprom_get.ino b/libraries/EEPROM/examples/eeprom_get/eeprom_get.ino index 58475fd..dcd8678 100644 --- a/libraries/EEPROM/examples/eeprom_get/eeprom_get.ino +++ b/libraries/EEPROM/examples/eeprom_get/eeprom_get.ino @@ -20,7 +20,7 @@ void setup(){ float f = 0.00f; //Variable to store data read from EEPROM. - int eeAddress = 0; //Location of the IP address inside the class. + int eeAddress = 0; //EEPROM address to start reading from Serial.begin( 9600 ); Serial.print( "Read float from EEPROM: " ); |