![](/media/cache/profiles/bca57eca4ea2eaf33880deb0989442f3.jpg.50x50_q85.jpg)
Demonstrates the effect of debounce time
Dependencies: Hotboards_keypad mbed
Fork of LoopCounter by
Revision 1:0f32d584b715, committed 2016-03-10
- Comitter:
- Hotboards
- Date:
- Thu Mar 10 22:50:46 2016 +0000
- Parent:
- 0:4b3d27b81086
- Commit message:
- firs 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: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"