Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
kbd_mgr/KeyboardManager.h@3:1310c57aca77, 2011-02-03 (annotated)
- 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?
User | Revision | Line number | New 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" |