I am developing a timer widget.
As this only counts the seconds when it is loaded, I am storing the current seconds to flash.
This way it can pick up where it left when the widget is loaded again.
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Hi,
I am developing a timer widget.
As this only counts the seconds when it is loaded, I am storing the current seconds to flash.
This way it can pick up where it left when the widget is loaded again.
Currently I am doing this every second, but could this hurt the flash memory?
Thanks