A mouse jiggler written in Rust for the Raspberry Pi Pico
Next steps: * allow the jiggler to be temporarily disabled * illuminate an LED to say in operation Signed-off-by: Louis Hollingworth <louis@hollingworth.ch> |
||
|---|---|---|
| .cargo | ||
| src | ||
| .gitignore | ||
| Cargo.lock | ||
| Cargo.toml | ||
| CODE_OF_CONDUCT.md | ||
| CONTRIBUTING.md | ||
| LICENSE | ||
| memory.x | ||
| README.md | ||
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.