PinDectect Lib
Dependents: MusicPlayer_ThaoLeMinh MusicPlayer_ThaoLeMinh MusicPlayer_Thao_Yan_Melvin
Fork of PinDetect by
Diff: example.h
- Revision:
- 3:f80b238f3de3
- Parent:
- 1:611a8f5ac65c
--- 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 );