I assume we have to clear the existing timeout or it only runs the once?
It should be fine because we do:
if (slowTimeout) clearTimeout(slowTimeout); slowTimeout = setTimeout(function() { ...
The code I have at the moment is very similar
Yes, that's good for testing - but you're still not seeing good enough range from it? :(
@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.
It should be fine because we do:
Yes, that's good for testing - but you're still not seeing good enough range from it? :(