Hello,
I just tried to perform analogWrite on a Widora air and it looks like it's not supported. Or is it something I am doing wrong?
analogWrite
>digitalWrite(D26, true) // LED lights up =undefined >analogWrite(D26, 1) // LED dims =undefined >
Regards, Ronald
@Rovale 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.
Hello,
I just tried to perform
analogWrite
on a Widora air and it looks like it's not supported. Or is it something I am doing wrong?Regards,
Ronald