pub trait Radio<'a>: RadioConfig<'a> + RadioData<'a> { }
Expand description
General Radio trait that supports configuration and TX/RX.
pub trait Radio<'a>: RadioConfig<'a> + RadioData<'a> { }
General Radio trait that supports configuration and TX/RX.