mirror of
https://github.com/soconnor0919/control-system-re25.git
synced 2026-02-05 00:06:38 -05:00
19 lines
563 B
INI
19 lines
563 B
INI
; PlatformIO Project Configuration File
|
|
;
|
|
; Build options: build flags, source filter
|
|
; Upload options: custom upload port, speed and extra flags
|
|
; Library options: dependencies, extra library storages
|
|
; Advanced options: extra scripting
|
|
;
|
|
; Please visit documentation for the other options and examples
|
|
; https://docs.platformio.org/page/projectconf.html
|
|
|
|
[env:uno_r4_minima]
|
|
platform = renesas-ra
|
|
board = uno_r4_minima
|
|
framework = arduino
|
|
lib_deps =
|
|
adafruit/Adafruit AS7341@^1.4.1
|
|
adafruit/Adafruit BusIO@^1.16.2
|
|
adafruit/Adafruit NeoPixel@^1.12.5
|