• 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.

    help!

About