Implemented keyboard driver
This commit is contained in:
parent
2677534c8e
commit
4853df4cc9
3 changed files with 317 additions and 0 deletions
|
|
@ -15,6 +15,8 @@ debug = true # Symbols are nice and they don't increase the size on Flash
|
|||
opt-level = "z"
|
||||
|
||||
[dependencies]
|
||||
bitflags = "2.9.1"
|
||||
bitmask-enum = "2.2.5"
|
||||
embedded-hal-bus = "0.3.0"
|
||||
esp-hal = {version = "=1.0.0-beta.1", features = ["esp32s3", "unstable"]}
|
||||
mipidsi = "0.9.0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue