27 lines
684 B
INI
27 lines
684 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:nano_r4]
|
|
platform = https://github.com/platformio/platform-renesas-ra
|
|
board = nano_r4
|
|
framework = arduino
|
|
|
|
monitor_speed = 115200
|
|
|
|
lib_ldf_mode = deep+
|
|
|
|
lib_deps =
|
|
adafruit/Adafruit GFX Library@^1.12.4
|
|
adafruit/Adafruit SSD1351 library@^1.3.3
|
|
arduinogetstarted/ezButton@^1.0.6
|
|
nrf24/RF24@^1.5.0
|
|
|
|
|