Converted to platformio

This commit is contained in:
Holger Weber
2026-01-31 15:49:55 +01:00
parent a0cdc5a0e0
commit aa35075bd2
11 changed files with 126 additions and 50 deletions

18
platformio.ini Normal file
View File

@@ -0,0 +1,18 @@
; 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]
platform = atmelavr
board = uno
framework = arduino
monitor_speed = 9600
upload_speed = 115200
upload_port= COM3
lib_deps = arduino-libraries/Servo@^1.3.0