This sketch is an example of how you can get multiple key presses from a keypad or keyboard.
Dependencies: Hotboards_keypad mbed
Fork of MultiKey by
Diff: main.cpp
- Revision:
- 1:bd23ec9647fd
- Parent:
- 0:d39ee4a4aec6
--- a/main.cpp Tue Mar 08 20:45:33 2016 +0000 +++ b/main.cpp Tue Mar 08 21:19:09 2016 +0000 @@ -1,4 +1,17 @@ +/* @file MultiKey.cpp +|| @version 1.1 +|| @modified by Diego (http://hotboards.org) +|| @version 1.0 +|| @author Mark Stanley +|| @contact mstanley@technologist.com +|| +|| @description +|| | The latest version, 3.0, of the keypad library supports up to 10 +|| | active keys all being pressed at the same time. This sketch is an +|| | example of how you can get multiple key presses from a keypad or +|| | keyboard. +*/ #include "mbed.h" #include "Hotboards_keypad.h" #include <string>