1
0
mirror of https://github.com/rzzzwilson/pymlac.git synced 2025-06-10 09:32:41 +00:00

More debug and testing

This commit is contained in:
Ross Wilson
2016-03-03 23:19:14 +07:00
parent 614bd2d226
commit f6ddcf0772
3 changed files with 10 additions and 6 deletions

View File

@@ -16,7 +16,8 @@ class TtyIn(object):
DEVICE_NOT_READY = 0
DEVICE_READY = 1
TTYIN_CHARS_PER_SECOND = 1000
DEVICE_READY_CYCLES = int(CYCLES_PER_SECOND / TTYIN_CHARS_PER_SECOND)
# DEVICE_READY_CYCLES = int(CYCLES_PER_SECOND / TTYIN_CHARS_PER_SECOND)
DEVICE_READY_CYCLES = 200
def __init__(self):