stm32-rs / stm32-usbd-examples

stm32-usbd examples for different microcontrollers
48 stars 19 forks source link

add usb mouse example #10

Closed yjh0502 closed 4 years ago

yjh0502 commented 4 years ago

Hi.

I made an example code for USB HID devices. It seems that there are some needs for creating HID devices with stm32 & Rust, but it's quite hard to find a working code, so I decided to prepare one by myself.

The code is a bit messy, and comments are mostly missing, but I think it could be a starting point for writing HID firmware in Rust.