pub async fn start_dongle<Display: DisplayDriver, D: DisplayConfig<Color = Display::Color> + 'static>(
spawner: Spawner,
usb: impl UsbReporterDriverBuilder,
dongle: impl DongleDriverBuilder,
hooks: impl DongleHooks,
display: Option<Display>,
display_config: D,
)Expand description
Runs dongle with the given drivers.
RKTK API Docs