Shutter release remote for D3200 camera. Should work with other DSLR cameras that support ML-L3 IR remote.
Fork of HelloWorld by
Shutter release remote for D3200 camera. Should work with other DSLR cameras that support ML-L3 IR remote.
Revision 5:027426a185b9, committed 2013-09-07
- Comitter:
- viswesr
- Date:
- Sat Sep 07 04:57:09 2013 +0000
- Parent:
- 4:9b7e32a359ff
- Commit message:
- Fix Typo
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r 9b7e32a359ff -r 027426a185b9 main.cpp --- a/main.cpp Sat Sep 07 04:55:52 2013 +0000 +++ b/main.cpp Sat Sep 07 04:57:09 2013 +0000 @@ -4,7 +4,7 @@ #include "mbed.h" /* P0_9 is connected to an IR LED and P1_14 to a button in Seeedstudio Arch. - Change this pin as per your platform. */ + Change these pins as per your platform. */ #define LED_PIN P0_9 #define BUTTON_PIN P1_14