RKTK API Docs RKTK Home Repo

start_dongle

Function start_dongle 

Source
pub async fn start_dongle<D: DisplayConfig + 'static>(
    spawner: Spawner,
    usb: impl UsbReporterDriverBuilder,
    dongle: impl DongleDriverBuilder,
    hooks: impl DongleHooks,
    display: Option<impl DisplayDriver>,
    display_config: impl DisplayConfig + 'static,
)
Expand description

Runs dongle with the given drivers.