From 59652c16b5bab356d524f8d982a998c0ffb87ebf Mon Sep 17 00:00:00 2001 From: Bernd Reuther Date: Thu, 4 Mar 2021 13:56:10 +0100 Subject: [PATCH] motor test --- src/schrittmotor.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/schrittmotor.py b/src/schrittmotor.py index 1a0ff79..03840b0 100644 --- a/src/schrittmotor.py +++ b/src/schrittmotor.py @@ -47,7 +47,8 @@ class motor(): self.pwm4 = GPIO.PWM(self.sp4, self.freq) self.pwm4.start(0) - #print(str(self.pwm4)) + print(str(self.sp4)) + print(str(self.pwm4)) def vorwaerts(self, schritte): ges_schritte = schritte * 8