Permalink
Browse files

Minor edits.

  • Loading branch information...
1 parent f31ab74 commit ee60d8d81b3994baf06a35463fc6a8bc0aa63956 Amber Fechko committed Jun 18, 2013
Showing with 1 addition and 1 deletion.
  1. +1 −1 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))

0 comments on commit ee60d8d

Please sign in to comment.