Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: bertl_led bertl_led bertl_led bertl_led ... more
Fork of Bertl by
Aufgabe Liniensensor
Benötigte Routinen:
bertl.NibbleLeds(bertl.GetLineValues() & 0x0F); uint8_t wert = 0; // 0 … 15 wert = bertl.GetLineValues() & 0x0F; bertl.TurnLeftStep(100); // > 20ms wait_ms(500); bertl.TurnRigthStep(100); bertl.Move(100); // in ms
- Bertl soll bis zu einer schwarzen Linie fahren.
- Dann der schwarzen Linie folgen.
- Am Ende Umdrehen.
- Gleich weit die schwarze Linie zurück fahren.
- Am Eingangspunkt die Linie nach links verlassen und stehen bleiben.