Workaround with inline function:
setWatch(function(e) { myfunction(B12,e); },B12,{repeat: true, debounce: 20});
Sacha
@Sacha 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.
Workaround with inline function:
setWatch(function(e) { myfunction(B12,e); },B12,{repeat: true, debounce: 20});
Sacha