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

Add default blocking / non-blocking modes #1

Closed ryankurte closed 4 years ago

ryankurte commented 5 years ago

Should be possible to implement default blocking and non-blocking modes over existing traits to minimise complexity for users who do not need explicit control of the device state.

ryankurte commented 4 years ago

Implemented, needs documentation (and doctests), blocked on #4