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)
@Hellis 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.
Ok, I got it!!
After reading the reference again slower I understood what I was doing wrong.
200 ms second sound: