Demonstrates the usage of the ButtonEventM0-Class

Dependencies:   mbed

Dependents:   LedshifterMask

Files at this revision

API Documentation at this revision

Comitter:
hollegha2
Date:
Wed Feb 01 07:20:51 2017 +0000
Parent:
9:813c361e38fc
Commit message:
c45

Changed in this revision

BtnEventM0.h Show annotated file Show diff for this revision Revisions of this file
main.cpp Show annotated file Show diff for this revision Revisions of this file
diff -r 813c361e38fc -r 6495a89d66ed BtnEventM0.h
--- a/BtnEventM0.h	Wed Feb 01 07:18:04 2017 +0000
+++ b/BtnEventM0.h	Wed Feb 01 07:20:51 2017 +0000
@@ -1,5 +1,5 @@
 
-// V3.0
+// V4.0
 
 class BtnEventM0 {
     public:
diff -r 813c361e38fc -r 6495a89d66ed main.cpp
--- a/main.cpp	Wed Feb 01 07:18:04 2017 +0000
+++ b/main.cpp	Wed Feb 01 07:20:51 2017 +0000
@@ -2,6 +2,8 @@
 #include "mbed.h"
 #include "BtnEventM0.h"
 
+// V4.0
+
 //        LSB                                                      MSB
 BusOut lb(P1_13,P1_12,P1_7,P1_6,P1_4,P1_3,P1_1,P1_0,LED4,LED3,LED2,LED1);