Hi,
I think your problem is that you are getting the time after 1.024 seconds, but are just not printing it.
If you want to print it you could try:
setTimeout(function() { console.log(getTime()); },1024)
@Gordon 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.
Hi,
I think your problem is that you are getting the time after 1.024 seconds, but are just not printing it.
If you want to print it you could try: