From eff7b0d309933c8c205ab95031efe79273959bf2 Mon Sep 17 00:00:00 2001 From: Tom Igoe Date: Tue, 23 Feb 2010 22:38:35 +0000 Subject: [PATCH] Added public domain notice --- .../SerialCallResponseASCII/SerialCallResponseASCII.pde | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/build/shared/examples/Communication/SerialCallResponseASCII/SerialCallResponseASCII.pde b/build/shared/examples/Communication/SerialCallResponseASCII/SerialCallResponseASCII.pde index 7c2528dde..c658c960e 100644 --- a/build/shared/examples/Communication/SerialCallResponseASCII/SerialCallResponseASCII.pde +++ b/build/shared/examples/Communication/SerialCallResponseASCII/SerialCallResponseASCII.pde @@ -16,12 +16,16 @@ * pushbutton attached to digital I/O 2 - http://www.arduino.cc/en/Tutorial/SerialCallResponseASCII Created 26 Sept. 2005 by Tom Igoe Modified 14 April 2009 by Tom Igoe and Scott Fitzgerald + + This example code is in the public domain. + + http://www.arduino.cc/en/Tutorial/SerialCallResponseASCII + */ int firstSensor = 0; // first analog sensor @@ -71,6 +75,7 @@ void establishContact() { /* Processing code to run with this example: +// This example code is in the public domain. import processing.serial.*; // import the Processing serial library Serial myPort; // The serial port