rust-iot / radio-hal

Embedded rust radio abstraction crate
https://ryan.kurte.nz/notes/2020-01-05-rust-radio
MIT License
69 stars 13 forks source link

Added non-blocking (async/await) APIs #3

Closed ryankurte closed 4 years ago

ryankurte commented 4 years ago

This currently requires std as well as workarounds for the futures tls issue with no_std and as such is accessible behind a feature flag.