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.inishould document board and framework.- Physical test procedure belongs in lab
firmware.md, not only in code comments.