Function radio::helpers::do_transmit

source ·
pub fn do_transmit<T, E>(
    radio: &mut T,
    options: TransmitOptions
) -> Result<(), BlockingError<E>>
where T: Transmit<Error = E> + Power<Error = E> + DelayNs, E: Debug,