Files
embedded-lab/memory_bank/07_decisions.md
2026-06-30 11:42:43 +03:00

11 lines
604 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Decisions
- Учимся через лабораторные, а не через длинный теоретический конспект.
- Начинаем с safety и измерений.
- Не используем mains/220V.
- ESP32 GPIO считаем strictly 3.3V.
- Сначала Arduino Core или PlatformIO, ESP-IDF позже.
- Каждая лабораторная должна иметь expected и actual measurements.
- Не считаем схему правильной до проверки.
- Измерения и симптомы важнее предположений.