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 Roman Valencia

Files at this revision

API Documentation at this revision

Comitter:
Hotboards
Date:
Tue Mar 08 21:19:09 2016 +0000
Parent:
0:d39ee4a4aec6
Commit message:
first release

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- 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>