From ee60d8d81b3994baf06a35463fc6a8bc0aa63956 Mon Sep 17 00:00:00 2001 From: Amber Fechko Date: Tue, 18 Jun 2013 00:10:28 -0700 Subject: [PATCH] Minor edits. --- L293D_pump_code_wiringPi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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))