start tutorial

This commit is contained in:
2026-03-08 19:41:38 +01:00
commit a48ba2963d
81 changed files with 1738 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
# 06 - Button Input (6 min)
## Goal
Button an PA0 (Pull-up) lesen und Press/Release als Log ausgeben.
## Run
- `bash scripts/run-step.sh 06 task`
## Tasks
1. Verdrahtung prüfen: PA0 -> Button -> GND.
2. Starte `task` und beobachte Logs.
3. Passe Polling-Intervall an.
## Done when
1. Pressed/Released wird korrekt erkannt.
2. Keine Flut von Wiederhol-Logs bei gehaltenem Taster.