pub fn open_hackrf() -> Result<HackRf, Error>Expand description
Open the first detected HackRF device in the system.
This is a shortcut for calling list_hackrf_devices and opening the first one.
pub fn open_hackrf() -> Result<HackRf, Error>Open the first detected HackRF device in the system.
This is a shortcut for calling list_hackrf_devices and opening the first one.