Yes, I saved the code with save(). The code is :
setInterval(function() { digitalWrite(LED1, 1); setTimeout(function () { digitalWrite(LED1, 0); }, 20); }, 10000); setDeepSleep(1);
@Gerald 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.
Yes, I saved the code with save(). The code is :