However how big is the spike you're noticing when using Espruno's .set on its own? It should be really very small - significantly less than a microsecond?
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.
Thanks - actually that's something that might be easy enough to fix: https://github.com/espruino/Espruino/blob/master/src/jspin.c#L218
However how big is the spike you're noticing when using Espruno's
.set
on its own? It should be really very small - significantly less than a microsecond?