We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbc544a commit 5b45887Copy full SHA for 5b45887
1 file changed
IR_Sensor/Arduino/Intervalometer/intervalometer.ino
@@ -1,6 +1,6 @@
1
// This sketch will send out a Nikon D50 trigger signal (probably works with most Nikons)
2
-// See the full tutorial at http://www.ladyada.net/learn/sensors/ir.html
3
-// this code is public domain, please enjoy!
+// See the full tutorial at https://learn.adafruit.com/ir-sensor/making-an-intervalometer
+// MIT License, attribution appreciated Limor Fried, Adafruit Industries
4
5
int IRledPin = 13; // LED connected to digital pin 13
6
0 commit comments