Shutter release remote for D3200 camera. Should work with other DSLR cameras that support ML-L3 IR remote.

Dependencies:   mbed

Fork of HelloWorld by Simon Ford

Shutter release remote for D3200 camera. Should work with other DSLR cameras that support ML-L3 IR remote.

Files at this revision

API Documentation at this revision

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
--- 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