Skip to content

Commit

Permalink
Printing time units
Browse files Browse the repository at this point in the history
  • Loading branch information
TheChymera committed Jul 26, 2023
1 parent cee3af1 commit e9c5120
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Events/conveyor.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def test_delay_dry():
pyb.enter_raw_repl()
pyb.exec_raw_no_follow('import pinstates; pinstates.dry_test()')
t1 = time()
print(f'Single board delay is {t1 - t0}.')
print(f'Single board delay is {t1 - t0} seconds.')

test_delay_dry()
timed_events()

0 comments on commit e9c5120

Please sign in to comment.