Avatar for user104454

user104454

Member since Nov 2019 • Last active Nov 2020
  • 0 conversations
  • 1 comments

Most recent activity

  • in Other Boards
    Avatar for user104454

    @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.

Actions