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.
Revision 10:6495a89d66ed, committed 2017-02-01
- 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);