Files
embedded-lab/firmware/platformio/README.md
2026-06-30 11:42:43 +03:00

413 B

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.