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

414 B

Arduino Core

Arduino Core подходит для первых labs, потому что быстро дает feedback loop: write, flash, observe, measure.

Use For

  • Blink
  • Button input
  • PWM LED dimming
  • I2C scanner
  • LCD test

Notes

  • Board selection must match actual ESP32 dev board.
  • Serial logs are part of debugging, but physical measurements still matter.
  • Secrets must not be committed.