You are reading a single comment by @Frida and its replies. Click here to read the full conversation.
  • setWatch(function() {
      digitalPulse(LED2, 1, 200);
    },BTN1,{ repeat: true, edge:'rising', debounce:10});
    
About

Avatar for Frida @Frida started