Library for interfacing with Nikon DSLR through IR LED

Dependencies:   mbed

Revision:
1:bdc12143ced7
Parent:
0:e977f7ad0d48
diff -r e977f7ad0d48 -r bdc12143ced7 DslrIr/DslrIr.cpp
--- a/DslrIr/DslrIr.cpp	Fri Apr 26 00:18:24 2019 +0000
+++ b/DslrIr/DslrIr.cpp	Fri Apr 26 00:25:02 2019 +0000
@@ -1,3 +1,15 @@
+/**
+* MBED code functionality, including idea of modulating PWM signal, taken from
+* https://os.mbed.com/users/viswesr/code/DSLR_Camera_IR_Remote/
+* As the given values did not work on the Nikon D3300, they were modified,
+* parameterized, and put into library form.
+* 
+* Inspiration, default values, and an Arduino validation signal were taken from
+* https://bayesianadventures.wordpress.com/2013/08/09/nikon-ml-l3-ir-remote-hack/
+*
+* Library instructions were taken from https://os.mbed.com/cookbook/Writing-a-Library
+*/
+
 #include "DslrIr.h"
 
 DslrIr::DslrIr(PinName pin) : _pin(pin)