motor test

This commit is contained in:
Bernd Reuther 2021-03-04 14:38:51 +01:00
parent b7797e43e6
commit d963234066

View File

@ -22,6 +22,9 @@ m3_pwm4.start(0)
m1 = motor('drehen', m1_a1, m1_b1, m1_a2, m1_b2, m1_t1, m1_t2, m1_te, m1_es, 0, 180)
m2 = motor('kippen', m2_a1, m2_b1, m2_a2, m2_b2, m2_t1, m2_t2, m2_te, m2_es, 1, 90)
m1.start()
m2.start()
print(dir(m2.pwm4))
print(dir(m3_pwm4))