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,22 @@
# Firmware
## Expected Behavior
- Configure GPIO as input.
- Read button state.
- Print state to serial or toggle LED.
- Optional: compare external resistor with internal pull-up.
## Physical Test Procedure
1. Measure GPIO idle voltage.
2. Press button and measure GPIO voltage.
3. Run firmware and compare serial/LED state with measurements.
## Code
TODO: добавить firmware после выбора GPIO и workflow.
## Actual Result
TODO: записать фактическое поведение.