Added starting files

Signed-off-by: Louis Hollingworth <louis@hollingworth.ch>
This commit is contained in:
Louis Hollingworth 2023-06-17 20:16:39 +01:00
commit 18b499cc30
Signed by: lucxjo
GPG key ID: A11415CB3DC7809B
7 changed files with 936 additions and 0 deletions

6
README.md Normal file
View file

@ -0,0 +1,6 @@
# Pico Mouse Jiggler
A friend asked me if there was a solution to the university PC timing out, so
this is my solution.
This uses the [twitchy Mouse example](https://github.com/rp-rs/rp-hal-boards/blob/main/boards/rp-pico/examples/pico_usb_twitchy_mouse.rs)
from the HAL board support repo for the Raspberry Pi Pico as a starting point.