@Gordon
Issue using setWatch function on D16 port (LIS3DH).
I have the latest espruino firmware on RAK5010 board and for testing I use the following code:
What I'm doing wrong ? Any help/suggestion appreciated from You Sir. Thanks.
Search Options
Types to Display
Espruino
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.
function test(){
console.log('Test........');
}
setWatch(test, D16, {repeat:true, edge:"rising", debounce:0});
What I'm doing wrong ? Any help/suggestion appreciated from You Sir. Thanks.