From 69083abab513d8ccf34dd885452f95428088938f Mon Sep 17 00:00:00 2001 From: Bernd Reuther Date: Thu, 4 Mar 2021 16:17:18 +0100 Subject: [PATCH] motor test --- src/schrittmotor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/schrittmotor.py b/src/schrittmotor.py index a1b4413..bb8becf 100644 --- a/src/schrittmotor.py +++ b/src/schrittmotor.py @@ -146,7 +146,7 @@ class motor(): print(str(temp_schritte)) if temp_schritte > 0: - self.vorwaerts(temp_schritte) + self.vorwaerts(temp_schritte, 1) else: self.rueckwaerts(abs(temp_schritte))