I am trying to play with the touch controller, I read at your info on hackaday on the smaq3, that the interups is D36,b ut it does not work for me, this reports nothing on touch.
ps. also, I get this message when tryin to run a watch on pin D39:
WARNING: No free GPIOTE for watch
I have seen that before on fanoush's builds for the rock/magic when over 4 watches are running.
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.
Hello, I just gt my bangle.js 2, thanks a lot.
I am trying to play with the touch controller, I read at your info on hackaday on the smaq3, that the interups is D36,b ut it does not work for me, this reports nothing on touch.
lala=setWatch(function(s){
print("lala");
},D36,{repeat:true, edge:0});
this is my info, any idea as to what I may be missing?
VERSION: "2v11",
GIT_COMMIT: "531080858",
BOARD: "BANGLEJS2",
ps. also, I get this message when tryin to run a watch on pin D39:
WARNING: No free GPIOTE for watch
I have seen that before on fanoush's builds for the rock/magic when over 4 watches are running.