Crate bbq10kbd

Source
Expand description

An embedded-hal crate for @arturo182’s BlackBerry Q10 PMOD Keyboard

Written on James’ Office Hours Stream

Structs§

Bbq10Kbd
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§

CapsLockState
The current state of CapsLock
Error
The Error type for this crate
FifoCount
The current number of key events waiting in the FIFO queue
KeyRaw
A raw key event from the management FIFO
NumLockState
The current state of NumLock

Type Aliases§

Result
The Result type for this crate