button procedure library

Dependents:   MIDI_CW Gemphet8

Files at this revision

API Documentation at this revision

Comitter:
ChuckTimber
Date:
Thu Aug 07 00:49:43 2014 +0000
Parent:
1:20c8438edaee
Child:
3:1c47d318e457
Commit message:
Modified documents

Changed in this revision

button.cpp Show annotated file Show diff for this revision Revisions of this file
button.h Show annotated file Show diff for this revision Revisions of this file
--- a/button.cpp	Wed Aug 06 23:44:39 2014 +0000
+++ b/button.cpp	Thu Aug 07 00:49:43 2014 +0000
@@ -1,7 +1,7 @@
 #include "button.h"
 #include "mbed.h"
 
-/** class to handle button input 
+/** @file class to handle button input 
  *   The class use DigitalIn and Ticker
  *
  * Example:
--- a/button.h	Wed Aug 06 23:44:39 2014 +0000
+++ b/button.h	Thu Aug 07 00:49:43 2014 +0000
@@ -3,7 +3,7 @@
 
 #include "mbed.h"
 
-/** class to handle button input 
+/** @file class to handle button input 
  *   The class use DigitalIn and Ticker
  *
  * Refered to: http://elm-chan.org/docs/tec/te03.html