rwbt 0.1.1

RivieraWaves Bluetooth IP core: RFC command sequencer, register definitions, and calibration table packing
Documentation
1
2
3
4
5
#[cfg(feature = "prebuild")]
include!("prebuilt.rs");

#[cfg(not(feature = "prebuild"))]
include!(concat!(env!("OUT_DIR"), "/mac_generated.rs"));