You are reading a single comment by @user111161 and its replies. Click here to read the full conversation.
  • Thank you, this helps
    working through the following example
    https://www.espruino.com/BLE+Music+Contr­ol

    setWatch(function(e){
     print(e.time - e.lasTime);
    }, BTN, { edge:"falling",repeat:true,debounce:50})­;
    
    

    the puck returns "NaN" on press button, the puck is on 2v04

About

Avatar for user111161 @user111161 started