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 @@
# 05 - LED Blink (8 min)
## Goal
Onboard-LED (PC13, active-low) per Timer toggeln.
## Run
- `bash scripts/run-step.sh 05 task`
## Tasks
1. Prüfe in `task/src/main.rs`, welche Pegel "LED an/aus" bedeuten.
2. Passe Blinkfrequenz an.
3. Verifiziere LED und Logs.
## Done when
1. LED blinkt sichtbar.
2. Logs zeigen den Schaltzustand.