Raspberry Pi Documentation

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チカしようとしたらはまったー


Comments

コメントを残す

メールアドレスが公開されることはありません。 が付いている欄は必須項目です