An open API service indexing awesome lists of open source software.

https://github.com/moddedtechnic/microbit-uart

Utility library to implement async UART communication on the micro:bit.
https://github.com/moddedtechnic/microbit-uart

Last synced: about 1 year ago
JSON representation

Utility library to implement async UART communication on the micro:bit.

Awesome Lists containing this project

README

          

# microbit-uart

Utility library to implement async UART communication on the micro:bit.

Currently only supports the micro:bit V2.

Code for synchronous behaviour is mostly taken from
the [nrf-rs/microbit crate examples](https://github.com/nrf-rs/microbit/tree/main/examples/serial-hal-blocking-echo).