Skip to content
Snippets Groups Projects
Commit 33e7e410 authored by Neil Gershenfeld's avatar Neil Gershenfeld
Browse files

wip

parent 5fc53a41
Branches
No related tags found
No related merge requests found
...@@ -21,8 +21,6 @@ port = serial.Serial(device,baudrate=baud,timeout=0) ...@@ -21,8 +21,6 @@ port = serial.Serial(device,baudrate=baud,timeout=0)
count = 0; count = 0;
maxcount = 5000; maxcount = 5000;
forward = b'f' forward = b'f'
reverse = b'f'
forward = b'r'
reverse = b'r' reverse = b'r'
# #
# alarm handler # alarm handler
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment