Add quadrature encoder starter course

This commit is contained in:
Kacper 2026-04-07 19:47:37 -04:00
commit 032ef0a15b
5 changed files with 140 additions and 0 deletions

9
README.md Normal file
View file

@ -0,0 +1,9 @@
# Quadrature Encoder Course
This sample course repo is for the Robot U prototype.
It is intentionally small and follows the course structure the site expects:
- `lessons/<chapter>/<lesson>/<markdown-file>.md`
The course walks from raw encoder signals to closed-loop motor control.