first commit

This commit is contained in:
2026-06-30 11:42:43 +03:00
commit 4925caa8e3
68 changed files with 1948 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
# PlatformIO
PlatformIO is a good default once the first Arduino-style examples work.
## Why Use It
- Reproducible project configuration.
- Clear dependency management.
- Better structure for multiple examples.
## Initial Rules
- Each project should reference its lab.
- `platformio.ini` should document board and framework.
- Physical test procedure belongs in lab `firmware.md`, not only in code comments.