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

Go to the source code of this file.

Namespaces

 ps2
 

Enumerations

enum  ps2::TypematicStartDelay : uint8_t {
  ps2::TypematicStartDelay::longestDelay = 0x3, ps2::TypematicStartDelay::shortestDelay = 0x0, ps2::TypematicStartDelay::defaultDelay = 0x1, ps2::TypematicStartDelay::_0_25_sec = 0x0,
  ps2::TypematicStartDelay::_0_50_sec = 0x1, ps2::TypematicStartDelay::_0_75_sec = 0x2, ps2::TypematicStartDelay::_1_00_sec = 0x3
}