Initial commit

This commit is contained in:
2025-01-28 19:29:53 -05:00
commit a79b373fe8
5 changed files with 130 additions and 0 deletions

17
platformio.ini Normal file
View File

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