You are reading a single comment by @MaBe and its replies. Click here to read the full conversation.
  • What about using a different pin to verify.

    connect D3 with D4 and send some pulse:

    setTimeout(initWP,1E3);
    setTimeout(()=>{
          digitalPulse(D4,0,[100,100,100,100,100,1­00,100,100]);
    },2E3);
    
    

    Output should look like this:

    new Uint8Array([0, 1, 0, 1, 0, 1, 0, 1, 0])
    
About

Avatar for MaBe @MaBe started