Can anyone please help me i can not save value of total liters in eeprom,the main problem it read and writing while arduino mega working but if power of the value saved in eeprom go back to 0 because the counter starting from 0
Can anyone please help me i can not save value of total liters in eeprom,the main problem it read and writing while arduino mega working but if power of the value saved in eeprom go back to 0 because the counter starting from 0
Sounds like you are storing the values in RAM and not in EEPROM memory.
There are examples of using the EEPROM memory available here:
Sounds like you are storing the values in RAM and not in EEPROM memory.
There are examples of using the EEPROM memory available here:
i write the values to eeprom check my code