this is what i like to do
testing = true ; // false; ..... if (testing) setTimeout(onInit,1E3); else setTimeout(save,1E3);
@MaBe started
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.
this is what i like to do