Skip to content

agalakhov/usbd-hid-device-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example mouse for usbd-hid-device

This example turns a STM32F3DICOVERY board into a mouse. The mouse cursor is controlled by the accelerometer, and the only and one user button acts like left mouse button. LEDs are used to indicate the current direction.

Note that we do not do neither digital filtering nor combining data from accelerometer and gyroscope for sake of simplicity. This results in too sensitive and "choppy" mouse movements. If you want a usable accelerometer-based mouse, please add proper Kalman or Madgwick filter.

About

Example mouse for usbd-hid-device

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published