Demonstrates the effect of debounce time

Dependencies:   Hotboards_keypad mbed

Fork of LoopCounter by Roman Valencia

Revision:
1:0f32d584b715
Parent:
0:4b3d27b81086
--- a/main.cpp	Tue Mar 08 20:43:11 2016 +0000
+++ b/main.cpp	Thu Mar 10 22:50:46 2016 +0000
@@ -1,4 +1,14 @@
+/* @file loopCounter
+|| @version 1.1
+|| @modified by Diego (http://hotboards.org)
+|| @author Alexander Brevig
+|| @contact alexanderbrevig@gmail.com
+||
+|| @description
+|| | Demonstrates the effect of debounce time, just change the
+|| | debounce time using the fucntion setDebounceTime
 
+*/
 #include "mbed.h"
 #include "Hotboards_keypad.h"