mirror of
https://github.com/lowobservable/coax.git
synced 2026-04-27 04:37:37 +00:00
New pycoax API
This commit is contained in:
@@ -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())
|
||||
|
||||
Reference in New Issue
Block a user