You are reading a single comment by @Hellis and its replies. Click here to read the full conversation.
  • Ok, I got it!!
    After reading the reference again slower I understood what I was doing wrong.

    200 ms second sound:

    setTimeout(function() {analogWrite(C8, 0.5 , {freq : 2000})}, 0)
    
    setTimeout(function() {analogWrite(C8, 0)}, 200)
    
About

Avatar for Hellis @Hellis started