You are reading a single comment by @MaBe and its replies. Click here to read the full conversation.
  • Hi @Drumline18

    thanks for sharing this finding.

    Here is the code I am using to get that 1700ms figure :

    analogWrite(PIN, 0.5, {freq:1000});
    setTimeout(()=>{analogWrite(PIN,0)}, 1700)
    

    I will run some test and let you know if there is a way to fix this.

About

Avatar for MaBe @MaBe started