Using EEPROM to store an array


i'd store 4 digit passcode eeprom.  i'm thinking of doing following:
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

Popular posts from this blog

CAN'T INSTALL MAMBELFISH 1.5 FROM DIRECTORY - Joomla! Forum - community, help and support

error: expected initializer before 'void'

CPU load monitoring using GPIO and leds - Raspberry Pi Forums