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,100,100,100]); },2E3);
Output should look like this:
new Uint8Array([0, 1, 0, 1, 0, 1, 0, 1, 0])
@MaBe started
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
What about using a different pin to verify.
connect D3 with D4 and send some pulse:
Output should look like this: