Hey everyone,
I am doing a simple test with LEDs. I simply wrote
analogWrite(B4, 0.1);
and save()d the code onto my Pico. Whenever I disconnect and reconnect power, the light doesn't turn on! Same with all other pins, including software PWM.
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.
Hey everyone,
I am doing a simple test with LEDs. I simply wrote
and save()d the code onto my Pico. Whenever I disconnect and reconnect power, the light doesn't turn on! Same with all other pins, including software PWM.
help!