Answer the question
In order to leave comments, you need to log in
Can an arduino remember information after being turned off (used as a counter)?
For example, arduino runs a loop where each loop adds one to some number. Can he keep this number in memory even after a complete power outage, then continue counting from the point of stop and not from the beginning.
Answer the question
In order to leave comments, you need to log in
void EEPROM.write(address, value)
Description:
Writes a byte to non-volatile memory
Parameters:
address: sequence number of the memory cell to write - from 0 to 511 (int)
value: byte to write - from 0 to 255 (byte)
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question