The code example in the EEPROM put page has an error - https://www.arduino.cc/en/Reference/EEPROMPut
Serial.println( "Written custom data type!")
Should be Serial.println( "Written custom data type!");
The code example in the EEPROM put page has an error - https://www.arduino.cc/en/Reference/EEPROMPut
Serial.println( "Written custom data type!")
Should be Serial.println( "Written custom data type!");
Cheers,
I thought my example had an error, however its just been copied over incorrectly (the version inside the IDE examples is correct).
Will get onto it now.
Fixed! Cheers.
Have a karma.