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>
This commit is contained in:
parent
18b499cc30
commit
c09126ccd7
6 changed files with 658 additions and 2 deletions
|
|
@ -6,3 +6,11 @@ edition = "2021"
|
|||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
cortex-m = "0.7.7"
|
||||
cortex-m-rt = "0.7.3"
|
||||
critical-section = "1.1.1"
|
||||
embedded-hal = "0.2.7"
|
||||
panic-halt = "0.2.0"
|
||||
rp-pico = "0.7.0"
|
||||
usb-device= "0.2.9"
|
||||
usbd-hid = "0.6.1"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue