A mouse jiggler written in Rust for the Raspberry Pi Pico
Find a file
Louis Hollingworth 18b499cc30
Added starting files
Signed-off-by: Louis Hollingworth <louis@hollingworth.ch>
2023-06-17 20:16:39 +01:00
src Added starting files 2023-06-17 20:16:39 +01:00
.gitignore Added starting files 2023-06-17 20:16:39 +01:00
Cargo.toml Added starting files 2023-06-17 20:16:39 +01:00
CODE_OF_CONDUCT.md Added starting files 2023-06-17 20:16:39 +01:00
CONTRIBUTING.md Added starting files 2023-06-17 20:16:39 +01:00
LICENSE Added starting files 2023-06-17 20:16:39 +01:00
README.md Added starting files 2023-06-17 20:16:39 +01:00

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 from the HAL board support repo for the Raspberry Pi Pico as a starting point.