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:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user