Demonstrates the simplest use of the matrix Keypad library.

Dependencies:   Hotboards_keypad mbed

Fork of HelloKeypad by Roman Valencia

Revision:
1:29d7ab601f8f
Parent:
0:387ee84bc5dc
--- a/main.cpp	Tue Mar 08 20:44:38 2016 +0000
+++ b/main.cpp	Tue Mar 08 21:16:19 2016 +0000
@@ -1,4 +1,14 @@
-
+/* @file HelloKeypad.cpp
+|| @version 1.1
+|| @modified by Diego (http://hotboards.org)
+|| @author Alexander Brevig
+|| @contact alexanderbrevig@gmail.com
+||
+|| @description
+|| | Demonstrates the simplest use of the matrix Keypad library.
+|| | Just press any key an it will be displayed on the serial port
+|| #
+*/
 #include "mbed.h"
 #include "Hotboards_keypad.h"