feat: initial commit

This commit is contained in:
2026-04-24 14:46:25 +02:00
commit 6a342b4315
9 changed files with 181 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
.PHONY: clean
clean:
pio run --target clean
build:
pio run
upload:
pio run --target upload
monitor:
pio device monitor