how to store in eeprom
Potato
Posts: 18
I would like to store a true or false bit in the eeprom. I need to be able to turn the power to my project off, turn it on the next day and read the value (T or F) from the previous day.
As far a that goes how do I save a 8 bit number? Or, save an ascii word? I also need to be able to change the value (T of F), or 8 bit number or word, from within my program.
Would someone point me in the right direction, please.
Thanks
As far a that goes how do I save a 8 bit number? Or, save an ascii word? I also need to be able to change the value (T of F), or 8 bit number or word, from within my program.
Would someone point me in the right direction, please.
Thanks
Comments