You are reading a single comment by @DrAzzy and its replies. Click here to read the full conversation.
  • Yes, writing:

    analogWrite(C8, 0.5 , {freq : 2000}); 
    setTimeout(function() {digitalRead(C8);}, 200); 
    

    would work fine.

    I just tried the code exactly as you suggested, and it writes ....2....1 with a 1 second delay between them as expected. Perhaps you could explain exactly how the code is being used? Is it possible that when you tried it you didn't have the quotes?

  • Weren't there some firmware versions recently where timekeeping was not working correctly?

    I think time-keeping in general was broken on a bunch of my bigram builds (from nov 11 to mid/late december) - were you using one of those?

About

Avatar for DrAzzy @DrAzzy started