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