13 lines
250 B
Markdown
13 lines
250 B
Markdown
|
|
# Firmware
|
||
|
|
|
||
|
|
Teensy 4.x firmware owns the fast loop:
|
||
|
|
|
||
|
|
- sensor acquisition;
|
||
|
|
- force PID;
|
||
|
|
- command output;
|
||
|
|
- fast safety/interlocks;
|
||
|
|
- host heartbeat supervision;
|
||
|
|
- telemetry/event emission.
|
||
|
|
|
||
|
|
Use `firmware/teensy/` as the first implementation target.
|