belay
belay copied to clipboard
Belay is a python library that enables the rapid development of projects that interact with hardware via a micropython-compatible board.
* [new command] `run` runs a file. * [new command] `exec` executes a python statement. * `sync` improvements: * New argument `dst`; defaults to `"/"`; folder to sync file into....
have you thought about ways to implement something to allow 2-way async communication? i.e. setting up a callback for a hardware interrupt generated from a "board gpio"/button could also be...
sync adds a few seconds each time you run which can be problematic in some environments (host is a rpi so usb tend to be a bit slow) would be...
@raveslave see if this speeds anything up for you.