From 2131d60aaeff7f322e8a1cc001ce6927c4466b09 Mon Sep 17 00:00:00 2001 From: Tom Igoe Date: Tue, 23 Feb 2010 19:09:45 +0000 Subject: [PATCH] Added public domain notice --- build/shared/examples/Communication/Dimmer/Dimmer.pde | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build/shared/examples/Communication/Dimmer/Dimmer.pde b/build/shared/examples/Communication/Dimmer/Dimmer.pde index 0990fe5fb..3eb92b049 100644 --- a/build/shared/examples/Communication/Dimmer/Dimmer.pde +++ b/build/shared/examples/Communication/Dimmer/Dimmer.pde @@ -15,7 +15,10 @@ modified 14 Apr 2009 by Tom Igoe and Scott Fitzgerald + This example code is in the public domain. + http://www.arduino.cc/en/Tutorial/Dimmer + */ const int ledPin = 9; // the pin that the LED is attached to @@ -43,6 +46,7 @@ void loop() { /* Processing code for this example // Dimmer - sends bytes over a serial port // by David A. Mellis + //This example code is in the public domain. import processing.serial.*; Serial port;