A mouse jiggler written in Rust for the Raspberry Pi Pico
Go to file
Louis Hollingworth c09126ccd7
Now jiggles the cursor
Next steps:
 * allow the jiggler to be temporarily disabled
 * illuminate an LED to say in operation

Signed-off-by: Louis Hollingworth <louis@hollingworth.ch>
2023-06-17 21:27:47 +01:00
.cargo Now jiggles the cursor 2023-06-17 21:27:47 +01:00
src Now jiggles the cursor 2023-06-17 21:27:47 +01:00
.gitignore Added starting files 2023-06-17 20:16:39 +01:00
Cargo.lock Now jiggles the cursor 2023-06-17 21:27:47 +01:00
Cargo.toml Now jiggles the cursor 2023-06-17 21:27:47 +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
memory.x Now jiggles the cursor 2023-06-17 21:27:47 +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.