Thanks for the report - I should turn off that set of linter warnings. You might be able to use global.setInterval?
global.setInterval
However, Espruino doesn't pay any attention to use strict, so you'd only be using it in this case for the linter.
use strict
@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.
Thanks for the report - I should turn off that set of linter warnings. You might be able to use
global.setInterval
?However, Espruino doesn't pay any attention to
use strict
, so you'd only be using it in this case for the linter.