Hinzufügen von Kommentaren
Signed-off-by: Harry Kimpel <harrykimpel@hotmail.com>
This commit is contained in:
parent
e51ee00cac
commit
d76983d4e4
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ class IQRobot:
|
||||||
|
|
||||||
:param int grad: Grad um die der Roboter gedreht werden soll
|
:param int grad: Grad um die der Roboter gedreht werden soll
|
||||||
mittels Vorzeichen +/- kann links oder rechts herum gedreht werden
|
mittels Vorzeichen +/- kann links oder rechts herum gedreht werden
|
||||||
:param bool with_reset: Parameter, um den Gierwinkel zurückzusetzen, Standard True
|
:param bool with_reset: Parameter, um den Gierwinkel zurückzusetzen, Standard: True
|
||||||
"""
|
"""
|
||||||
if grad == 0 or grad == 360 :
|
if grad == 0 or grad == 360 :
|
||||||
print("nichts zu tun")
|
print("nichts zu tun")
|
||||||
|
|
Loading…
Reference in a new issue