We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78470e5 commit 7578c1fCopy full SHA for 7578c1f
ev3dev/motor.py
@@ -477,7 +477,7 @@ def position_sp(self):
477
"""
478
Writing specifies the target position for the `run-to-abs-pos` and `run-to-rel-pos`
479
commands. Reading returns the current value. Units are in tacho counts. You
480
- can use the value returned by `counts_per_rot` to convert tacho counts to/from
+ can use the value returned by `count_per_rot` to convert tacho counts to/from
481
rotations or degrees.
482
483
self._position_sp, value = self.get_attr_int(self._position_sp, 'position_sp')
0 commit comments