Baseline: Migrated from local arduino IDE project, compiles but contains dead code and needs refactoring

This commit is contained in:
2025-11-23 15:05:46 +00:00
committed by James-admin
parent 36449a1bcf
commit 32aaab67e3
32 changed files with 4314 additions and 0 deletions

26
platformio.ini Normal file
View File

@@ -0,0 +1,26 @@
; 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