Skip to content

Commit

Permalink
Make gate test show raw readings
Browse files Browse the repository at this point in the history
  • Loading branch information
eric-wieser committed Jan 26, 2016
1 parent 2076248 commit bcbf4e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/gate_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@
b = BreakBeams(tamp)

while True:
print b.blocked
print b.blocked, b.l_beam._recv_pin.val, b.r_beam._recv_pin.val
time.sleep(0.1)

0 comments on commit bcbf4e6

Please sign in to comment.