Add interface2

This commit is contained in:
Andrew Kay
2021-03-29 16:38:00 -05:00
parent fce3b4c273
commit 925830f0a4
107 changed files with 54855 additions and 24 deletions

View File

@@ -19,9 +19,10 @@ def create_serial():
return serial
def create_interface(serial, reset=True, poll_flush=True):
print('Sleeping to allow interface time to wake up...')
if 'COAX_FAST_START' not in os.environ:
print('Sleeping to allow interface time to wake up...')
time.sleep(3)
time.sleep(3)
interface = SerialInterface(serial)