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.
- Host: GitHub
- URL: https://github.com/moddedtechnic/microbit-uart
- Owner: moddedTechnic
- License: mit
- Created: 2025-02-07T12:58:01.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-07T13:17:38.000Z (over 1 year ago)
- Last Synced: 2025-02-07T14:19:22.144Z (over 1 year ago)
- Language: Rust
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).