API Reference
The firmware C code is documented with Doxygen.
Key Headers
Header |
What it does |
|---|---|
|
Global state struct ( |
|
Motor IDs and CAN bus assignments |
|
Low-level CAN communication |
|
Thread scheduling utilities |
|
Lock-free read/write for shared data |
|
ONNX model inference |
Building the Docs
cd docs
doxygen Doxyfile
# Output is in output/html/index.html
Regenerating After Code Changes
If you add new functions or modify headers:
# Rebuild Doxygen
doxygen Doxyfile