Hinzufügen von Kommentaren

Signed-off-by: Harry Kimpel <harrykimpel@hotmail.com>
This commit is contained in:
Harry Kimpel 2023-11-29 16:10:59 +01:00
parent e51ee00cac
commit d76983d4e4

View file

@ -60,7 +60,7 @@ class IQRobot:
:param int grad: Grad um die der Roboter gedreht werden soll
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 :
print("nichts zu tun")