Skip to content

Commit

Permalink
R55 and R37 need a small delay before we begin input.
Browse files Browse the repository at this point in the history
  • Loading branch information
fijam committed Apr 23, 2022
1 parent fcea425 commit 8f30cde
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hardware.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,10 +122,12 @@ def enter_rec_stby(): # don't shut down pot to simulate 'hold and press'


def enter_labelling():
# 100 ms delays here are *required*
time.sleep(0.1)
push_button('Display', HOLD, 1)
time.sleep(0.1)
push_button('Stop', PRESS, labelling_entry_stop)
time.sleep(0.1)


ad5245 = hardware_setup()
Expand Down

0 comments on commit 8f30cde

Please sign in to comment.