Expand description
An embedded-hal crate for @arturo182’s BlackBerry Q10 PMOD Keyboard
Written on James’ Office Hours Stream
Structs§
- Bbq10
Kbd - A struct representing our BlackBerry Q10 PMOD Keyboard
- KeyStatus
- The current key status register reported by the keyboard firmware
- Version
- The version identifier of our keyboard’s firmware
Enums§
- Caps
Lock State - The current state of CapsLock
- Error
- The Error type for this crate
- Fifo
Count - The current number of key events waiting in the FIFO queue
- KeyRaw
- A raw key event from the management FIFO
- NumLock
State - The current state of NumLock
Type Aliases§
- Result
- The Result type for this crate