Mouse twitches the other way.

You'd think I'd know the difference between the X-axis and the Y-axis
by now.
This commit is contained in:
Jonathan Pallant (42 Technology) 2021-09-21 09:23:58 +01:00
parent 410d951429
commit 8d4407d846

View file

@ -91,7 +91,7 @@ interrupts when USB data arrives.
### [pico_usb_twitchy_mouse](./examples/pico_usb_twitchy_mouse.rs)
Demonstrates emulating a USB Human Input Device (HID) Mouse. The mouse
cursor will jiggle left and right.
cursor will jiggle up and down.
## Contributing