Change motor speed to cm/s
This commit is contained in:
parent
be9a5c9f19
commit
9e589fd681
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ class Motor(object):
|
|||
"""Geschwindigkeit des Motors einstellen
|
||||
|
||||
:param port: Port, an welchen der Motor angesteckt ist. 0-3
|
||||
:param speed: Drehzahl, mit der sich ein Motor dreht, in Radianten pro Sekunde (rad/s)
|
||||
:param speed: Drehzahl, mit der sich ein Motor dreht, in Centimeter pro Sekunde (cm/s)
|
||||
:raises: IndexError
|
||||
"""
|
||||
|
||||
|
|
Reference in a new issue