After 10 clock cycles you would remove all watchers with clearWatch(); if you would have called setw(); to set a watch.
clearWatch();
setw();
@maze1980 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.
After 10 clock cycles you would remove all watchers with
clearWatch();
if you would have calledsetw();
to set a watch.