Ps2KeyboardHost  1.0.1
Allows you to read from one or more PS2-style keyboards on an Arduino.
ps2_UsbTranslator.h File Reference

Go to the source code of this file.

Classes

struct  ps2::UsbKeyAction
 A translated PS2 keystroke - it indicates either a keydown, a key up, or that there should be no immediate action. More...
 
class  ps2::UsbTranslator< Diagnostics >
 Translates from PS2's default scancode set to USB/HID. More...
 

Namespaces

 ps2
 

Enumerations

enum  ps2::UsbKeyboardLeds {
  ps2::UsbKeyboardLeds::none = 0x0, ps2::UsbKeyboardLeds::numLock = 0x1, ps2::UsbKeyboardLeds::capsLock = 0x2, ps2::UsbKeyboardLeds::scrollLock = 0x4,
  ps2::UsbKeyboardLeds::all = 0x07
}
 The bitfield that describes USB LED's. More...