-
-
Notifications
You must be signed in to change notification settings - Fork 8.4k
Closed
Labels
Description
Port, board and/or hardware
RP2 port on a Raspberry Pi Pico W
MicroPython version
MicroPython v1.24.0 preview. Built locally from source at "master."
Reproduction
- Checkout "master"
- Build the RPI_PICO_W port
- Flash it
- Run
from machine import Pin
led = Pin("LED", Pin.OUT)
print("Hello World")
Expected behaviour
- Observe "Hello World"
Observed behaviour
Indefinite hang.
Additional Information
No, I've provided everything above.
Code of Conduct
Yes, I agree