From 8d4407d846987b913a92dc555bb1876a168c81be Mon Sep 17 00:00:00 2001 From: "Jonathan Pallant (42 Technology)" Date: Tue, 21 Sep 2021 09:23:58 +0100 Subject: [PATCH] Mouse twitches the other way. You'd think I'd know the difference between the X-axis and the Y-axis by now. --- boards/pico/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boards/pico/README.md b/boards/pico/README.md index da9619d..21df1ec 100644 --- a/boards/pico/README.md +++ b/boards/pico/README.md @@ -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