Arduino7:
I got the EEPROM code to work, can I store more than one number in there at a time?
And also to have a loop within a loop should I use for() or while() statement?
Thanks
What do you want to do?
An UNO has 1024 bytes of EEPROM memory, and if you are storing 'long' variables (4 bytes each) you could store up to 256 different numbers in an UNO EEPROM.
How many different numbers do you want to be able to edit and have them stored in EEPROM?