Skip to content

Commit

Permalink
apparently timing is important
Browse files Browse the repository at this point in the history
  • Loading branch information
deanmao committed Aug 8, 2012
1 parent 5f5213f commit 1ef532c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autoreset
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def reset():
pin = 11
GPIO.setup(pin, GPIO.OUT)
GPIO.output(pin, GPIO.HIGH)
time.sleep(0.1)
time.sleep(0.12)
GPIO.output(pin, GPIO.LOW)

def process():
Expand Down

0 comments on commit 1ef532c

Please sign in to comment.