PinDectect Lib
Dependents: MusicPlayer_ThaoLeMinh MusicPlayer_ThaoLeMinh MusicPlayer_Thao_Yan_Melvin
Fork of PinDetect by
Revision 3:f80b238f3de3, committed 2016-12-12
- Comitter:
- thaolmk54
- Date:
- Mon Dec 12 04:50:03 2016 +0000
- Parent:
- 2:cb3afc45028b
- Commit message:
- revised
Changed in this revision
example.h | Show annotated file Show diff for this revision Revisions of this file |
diff -r cb3afc45028b -r f80b238f3de3 example.h --- a/example.h Thu Jan 13 11:09:22 2011 +0000 +++ b/example.h Mon Dec 12 04:50:03 2016 +0000 @@ -25,7 +25,7 @@ #include "mbed.h" #include "PinDetect.h" -PinDetect pin ( p21 ); +PinDetect pin ( p15 ); DigitalOut led1( LED1 ); DigitalOut led2( LED2 ); DigitalOut led3( LED3 );