Ps2KeyboardHost
1.0.1
Allows you to read from one or more PS2-style keyboards on an Arduino.
|
Go to the source code of this file.
Namespaces | |
ps2 | |
Enumerations | |
enum | ps2::KeyboardLeds { ps2::KeyboardLeds::capsLock = 0x4, ps2::KeyboardLeds::numLock = 0x2, ps2::KeyboardLeds::scrollLock = 0x1, ps2::KeyboardLeds::all = 0x7, ps2::KeyboardLeds::none = 0x0 } |
The LED's available on a standard PS2 keyboard. More... | |
Functions | |
KeyboardLeds | ps2::operator| (KeyboardLeds a, KeyboardLeds b) |