Skip to content

Commit

Permalink
Add debug code with a simple guide line
Browse files Browse the repository at this point in the history
  • Loading branch information
94929 committed Dec 17, 2020
1 parent 6d2c27a commit 523fe11
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion debug.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
import modi
import time

"""
Write pymodi code to debug, set an appropriate break point, start debugging!
"""
if __name__ == '__main__':
bundle = modi.MODI(conn_type='ser')
bundle = modi.MODI(verbose=True)

while True:
time.sleep(0.01)

0 comments on commit 523fe11

Please sign in to comment.