platform-raspberrypiとarduino-pico
#RaspberryPiPico
PlatformIOの設定ファイルに以下を記述してる。
code:platformio.ini
env:pico
platform = https://github.com/maxgerhardt/platform-raspberrypi.git
board = pico
framework = arduino
board_build.core = earlephilhower
platformの本体はこちら
https://github.com/maxgerhardt/platform-raspberrypi.git
board_build.core(earlephilhower)の本体はこちら?
https://github.com/earlephilhower/arduino-pico