start tutorial
This commit is contained in:
20
tutorial/05-led-blink/README.md
Normal file
20
tutorial/05-led-blink/README.md
Normal 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.
|
||||
Reference in New Issue
Block a user