first commit

This commit is contained in:
2026-01-25 15:36:43 +01:00
commit 1a6dce142c
9 changed files with 499 additions and 0 deletions

14
platformio.ini Normal file
View File

@@ -0,0 +1,14 @@
; 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_33_iot]
platform = atmelsam
board = nano_33_iot
framework = arduino