motor test

This commit is contained in:
Bernd Reuther 2021-03-04 13:56:10 +01:00
parent 94748042e6
commit 59652c16b5

View File

@ -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