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.

Revision:
5:027426a185b9
Parent:
2:3af381cd3df6
--- 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