stm32: add usb_hid_mouse example
Signed-off-by: Vo Trung Chi <chi.votrung@vn.bosch.com>
This commit is contained in:
parent
315fb040ee
commit
61653229b6
1 changed files with 16 additions and 16 deletions
|
@ -10,8 +10,8 @@ use embassy_time::Timer;
|
|||
use embassy_usb::class::hid::{HidWriter, ReportId, RequestHandler, State};
|
||||
use embassy_usb::control::OutResponse;
|
||||
use embassy_usb::Builder;
|
||||
use usbd_hid::descriptor::{MouseReport, SerializedDescriptor};
|
||||
use futures::future::join;
|
||||
use usbd_hid::descriptor::{MouseReport, SerializedDescriptor};
|
||||
use {defmt_rtt as _, panic_probe as _};
|
||||
|
||||
bind_interrupts!(struct Irqs {
|
||||
|
|
Loading…
Add table
Reference in a new issue