motor test

This commit is contained in:
Bernd Reuther 2021-03-04 15:00:00 +01:00
parent cc6278ef23
commit 93e3deafc5

View File

@ -90,6 +90,7 @@ def action(changePin, action):
def motor_test(): def motor_test():
#m2.pwm4.ChangeFrequency(freq_halten) #m2.pwm4.ChangeFrequency(freq_halten)
m1.vorwaerts(10) m1.vorwaerts(10)
time.sleep(5)
#print('Motortest') #print('Motortest')
# Pass the template data into the template main.html and return it to the user # Pass the template data into the template main.html and return it to the user
return 'fertig' return 'fertig'