Files
examples/arduino-example/platformio.ini

17 lines
491 B
INI
Raw Normal View History

2025-10-11 19:34:07 +08:00
; 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
2025-10-20 10:38:50 +08:00
board = uno_r4_wifi
2025-10-11 19:34:07 +08:00
framework = arduino
2025-10-20 10:38:50 +08:00
monitor_speed = 115200
lib_deps =
WiFiS3