17 lines
339 B
INI
17 lines
339 B
INI
[env:rp2040_usb]
|
|
platform = https://github.com/maxgerhardt/platform-raspberrypi.git
|
|
board = pico
|
|
framework = arduino
|
|
board_build.core = earlephilhower
|
|
monitor_speed = 115200
|
|
|
|
upload_protocol = picotool
|
|
|
|
lib_deps =
|
|
adafruit/Adafruit IS31FL3731 Library
|
|
adafruit/Adafruit BusIO
|
|
|
|
build_flags =
|
|
-D PICO_SCAN_I2C_FOR_WIRE
|
|
-I src
|