Using EEPROM to store an array
i'd store 4 digit passcode eeprom. i'm thinking of doing following:
does make sense? is there simple way read eeprom directly array?
code: [select]
char passcode[4] = eeprom.read(1, 2, 3, 4)does make sense? is there simple way read eeprom directly array?
quote
does make sense?
yes. work? no.
quote
is there simple way read eeprom directly array?
use loop read value each element of array.
Arduino Forum > Forum 2005-2010 (read only) > Software > Syntax & Programs > Using EEPROM to store an array
arduino
Comments
Post a Comment