pybricks / pybricks-api

User API and documentation for Pybricks MicroPython
https://pypi.org/project/pybricks
MIT License
80 stars 23 forks source link

Specify order of geartrain in docs #154

Closed jaguilar closed 6 months ago

jaguilar commented 6 months ago

I found the gear documentation confusing because I didn't know whether the input or output gear should be listed first. I checked the C code and saw that it is the gear closest to the motor first, but I think it might be best to be explicit about it in documentation.