diff --git a/L293D_pump_code_wiringPi.py b/L293D_pump_code_wiringPi.py index 3908618..0c947ce 100755 --- a/L293D_pump_code_wiringPi.py +++ b/L293D_pump_code_wiringPi.py @@ -66,7 +66,7 @@ def main(): infotext.trial_increment() # increment the trial number infotext.render_text(red, winSurface) pygame.display.update() - motor.motor_loop(800,1) # motor.motor_loop(size of the step, seconds to run the motor) + motor.motor_loop(1000,1) # motor.motor_loop(size of the step, seconds to run the motor) if event.key == K_ESCAPE or event.key == K_q: # ESC to quit program motor.reset_motor() pygame.event.post(pygame.event.Event(QUIT))