18 lines
566 B
INI
18 lines
566 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 BNO08x RVC@^1.0.2
|
|
seeed-studio/Grove Ultrasonic Ranger@^1.0.1
|
|
olikraus/U8g2@^2.36.5
|