Raspberry Pi Pico and Pico W
https://www.raspberrypi.com/documentation/microcontrollers/raspberry-pi-pico.html#documentation
PicoとPico WでLEDの指定が異なる。
Pico
led = machine.Pin(“25”, machine.Pin.OUT)
Pico W
led = machine.Pin(“LED”, machine.Pin.OUT)
適当にググってLチカしようとしたらはまったー
コメントを残す