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,17 @@
# 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.