Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
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"
