Skip to content

Commit

Permalink
Merge pull request #308 from tinymovr/docs/command_hotfilx
Browse files Browse the repository at this point in the history
fix hall setup commands
  • Loading branch information
yconst authored Nov 5, 2023
2 parents d6b881e + 8f96e75 commit c178e0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/sensors/sensors.rst
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ At this point, you are ready to perform motor/sensor calibration. This will meas

.. code-block:: python
tmx.calibrate()
tmx.controller.calibrate()
After calibration finishes, you should be able to control the motor:

Expand All @@ -115,6 +115,6 @@ Once you have determined that the motor behaves as expected, set to idle and per

.. code-block:: python
tmx.idle()
tmx.controller.idle()
tmx.save_config()

0 comments on commit c178e0c

Please sign in to comment.