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,14 @@
# ESP-IDF
ESP-IDF is planned for later stages.
## Use Later For
- Deeper ESP32 architecture.
- Tasks, timers and FreeRTOS concepts.
- More production-like firmware structure.
- Wi-Fi reliability and power management.
## Current Decision
Do not start here. First build confidence with safety, measurements, GPIO, PWM and I2C using Arduino Core or PlatformIO.