Ps2KeyboardHost
1.0.1
Allows you to read from one or more PS2-style keyboards on an Arduino.
|
#include <stdint.h>
#include "ps2_Keyboard.h"
#include "ps2_KeyboardOutput.h"
#include <util/atomic.h>
Go to the source code of this file.
Classes | |
class | ps2::SimpleDiagnostics< Size, LastErrorSize > |
A basic recorder for events coming from the PS2 keyboard class library. More... | |
Namespaces | |
ps2 | |
Enumerations | |
enum | ps2::DiagnosticsLedBlink { ps2::DiagnosticsLedBlink::heartbeat, ps2::DiagnosticsLedBlink::blinkOnError, ps2::DiagnosticsLedBlink::toggleHigh, ps2::DiagnosticsLedBlink::toggleLow } |
Used with SimpleDiagnostics to control the behavior of a pin that will signal the device's user that an error has been recorded. More... | |