I followed the quickstart and the setInterval command doesn't work - the led doesn't flash
I can turn it on and off with toggle() -- but setInterval doesn't call toggle?
getTIme() is incrementing as I call it
I expected setTimeout(getTime,1024) to output the time in a second
it didn't...
my startup says:
|_| http://espruino.com 1v81 Copyright 2015 G.Williams
what am I doing wrong?
thanks al;
( I'm a long time javascript developer, so I'm very confused when something this simple doesn't work )
@user58511 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.
I followed the quickstart and the setInterval command doesn't work - the led doesn't flash
I can turn it on and off with toggle() -- but setInterval doesn't call toggle?
getTIme() is incrementing as I call it
I expected setTimeout(getTime,1024) to output the time in a second
it didn't...
my startup says:
what am I doing wrong?
thanks
al;
( I'm a long time javascript developer, so I'm very confused when something this simple doesn't work )