Can the timer functions be used with or changed to use the floating point delay to achieve sub ms timing?
That won't be your issue. The timer functions are currently using us timing anyway.
us
espruino style?
He's probably referring to it using jstTimer rather than what amounted to a while(getTime()<endTime); loop.
jstTimer
while(getTime()<endTime);
@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.
That won't be your issue. The timer functions are currently using
us
timing anyway.He's probably referring to it using
jstTimer
rather than what amounted to awhile(getTime()<endTime);
loop.