You are reading a single comment by @user104454 and its replies. Click here to read the full conversation.
  • @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:

    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.

About

Avatar for user104454 @user104454 started