Hi, I can't get the software PWM to work either. I get a WDT reset if any call is made to analogWrite(..)
D4.mode('output'); =undefined analogWrite(D4, 0.1, {soft:true}); =undefined Disconnected
D4.mode('output'); =undefined analogWrite(D4, 0.1, {soft:true}); =undefined
Disconnected
@jnewcomb 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.
Hi, I can't get the software PWM to work either. I get a WDT reset if any call is made to analogWrite(..)