Ps2KeyboardHost
1.0.1
Allows you to read from one or more PS2-style keyboards on an Arduino.
|
A translated PS2 keystroke - it indicates either a keydown, a key up, or that there should be no immediate action. More...
#include <ps2_UsbTranslator.h>
Public Types | |
enum | { KeyUp, KeyDown, None } |
Public Attributes | |
uint8_t | hidCode |
enum ps2::UsbKeyAction:: { ... } | gesture |
A translated PS2 keystroke - it indicates either a keydown, a key up, or that there should be no immediate action.
enum { ... } ps2::UsbKeyAction::gesture |
uint8_t ps2::UsbKeyAction::hidCode |