I'm just trying to PWM a LED and noticed that the only 2 output I could use for analogWrite were the DACs, all other PWM pins result in:
analogWrite(A0, 0.2) ERROR: Pin A0 is not capable of PWM Output
@TiCPU 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.
I'm just trying to PWM a LED and noticed that the only 2 output I could use for analogWrite were the DACs, all other PWM pins result in: