Library for the Alfredo NoU3. Supports motors and servos, has helper methods for different drivetrain types.
Go to the the NoU3 Documentation for tutorials, hardware docs, and API Reference.
build the docs locally before pushing.
- install sphinx
- run make html in docs directory
- run a webserver out of docs/build/html by running python -m http.server 1234
- open localhost:1234