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 EventKeypad by
Revision 1:88d227ecb9b3, committed 2016-03-08
- Comitter:
 - Hotboards
 - Date:
 - Tue Mar 08 21:23:41 2016 +0000
 - Parent:
 - 0:a2b95a8cb722
 - 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:46:03 2016 +0000 +++ b/main.cpp Tue Mar 08 21:23:41 2016 +0000 @@ -1,4 +1,13 @@ +/* @file Hotboards_keypad.cpp + || @version 1.1 + || @modified by Diego (http://hotboards.org) + || @author Alexander Brevig + || @contact alexanderbrevig@gmail.com + || + || @description + || | Demonstrates using the KeypadEvent. + */ #include "mbed.h" #include "Hotboards_keypad.h"
