New pycoax API

This commit is contained in:
Andrew Kay
2021-10-16 12:19:13 -05:00
parent f78af20a20
commit 9dfab54950
29 changed files with 1573 additions and 659 deletions

View File

@@ -2,9 +2,9 @@
from common import open_example_serial_interface
from coax import reset
from coax import Reset
with open_example_serial_interface() as interface:
print('RESET...')
reset(interface)
interface.execute(Reset())