Demonstrates the simplest use of the matrix Keypad library.

Dependencies:   Hotboards_keypad mbed

Fork of HelloKeypad by Roman Valencia

Files at this revision

API Documentation at this revision

Comitter:
Hotboards
Date:
Tue Mar 08 21:16:19 2016 +0000
Parent:
0:387ee84bc5dc
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: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"