belay icon indicating copy to clipboard operation
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.

Results 3 belay issues
Sort by recently updated
recently updated
newest added

* [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...