It seems that digitalPulse() will give errors on subsequent attempts to call it. It works normally the first time only.
digitalPulse(C7,0.1); =undefined
digitalPulse(C7,0.1); INTERNAL ERROR: Timeout on Utility Timer =undefined
Happens in both v50 and the v51 github version.
@DrAzzy 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 seems that digitalPulse() will give errors on subsequent attempts to call it. It works normally the first time only.
digitalPulse(C7,0.1);
=undefined
digitalPulse(C7,0.1);
INTERNAL ERROR: Timeout on Utility Timer
=undefined
Happens in both v50 and the v51 github version.