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

Go to the source code of this file.

Namespaces

 ps2
 

Enumerations

enum  ps2::TypematicRate : uint8_t {
  ps2::TypematicRate::fastestRate = 0x00, ps2::TypematicRate::slowestRate = 0x1f, ps2::TypematicRate::defaultRate = 0x0b, ps2::TypematicRate::_30_0_cps = 0x00,
  ps2::TypematicRate::_26_7_cps = 0x01, ps2::TypematicRate::_24_0_cps = 0x02, ps2::TypematicRate::_21_8_cps = 0x03, ps2::TypematicRate::_10_9_cps = 0x0b,
  ps2::TypematicRate::_02_3_cps = 0x1d, ps2::TypematicRate::_02_1_cps = 0x1e, ps2::TypematicRate::_02_0_cps = 0x1f
}