Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Removed trailing whitespace on newline
  • Loading branch information
mbasescu committed Jul 22, 2015
1 parent 91b2a84 commit 7f5d187
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TrainingDriver.py
Expand Up @@ -37,7 +37,7 @@
if lcd.is_pressed(LCD.UP):
while lcd.is_pressed(LCD.UP):
time.sleep(0.1)

# Send a 440 second pulse to prime lines
GPIO.output(motorPin, True)
time.sleep(440)
Expand Down

0 comments on commit 7f5d187

Please sign in to comment.