KeyboardManager: a class to manage the polling of a switch-matrix keyboard

Dependents:   KeyboardTest

Committer:
osmeest
Date:
Thu Feb 03 22:01:57 2011 +0000
Revision:
3:1310c57aca77
Parent:
2:eb4cc53ff33d
improve code structure, add key mapping and long key press handling

Who changed what in which revision?

UserRevisionLine numberNew contents of line
osmeest 3:1310c57aca77 1 #include "kbd_mgr/KeyboardMonitor.h"
osmeest 3:1310c57aca77 2 #include "kbd_mgr/KeyboardStateChangeMonitor.h"
osmeest 3:1310c57aca77 3 #include "kbd_mgr/SingleKeyPressMonitor.h"
osmeest 3:1310c57aca77 4 #include "kbd_mgr/LongKeyPressMonitor.h"
osmeest 3:1310c57aca77 5 #include "kbd_mgr/KeyMapper.h"