From 69ad670f87379295244edec9e63cfab66742fe65 Mon Sep 17 00:00:00 2001 From: Tom Igoe Date: Tue, 23 Feb 2010 22:37:27 +0000 Subject: [PATCH] Added public domain notice --- .../SerialCallResponse/SerialCallResponse.pde | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/build/shared/examples/Communication/SerialCallResponse/SerialCallResponse.pde b/build/shared/examples/Communication/SerialCallResponse/SerialCallResponse.pde index 809bbf810..2c8129c15 100644 --- a/build/shared/examples/Communication/SerialCallResponse/SerialCallResponse.pde +++ b/build/shared/examples/Communication/SerialCallResponse/SerialCallResponse.pde @@ -13,13 +13,15 @@ * potentiometers attached to analog inputs 0 and 1 * pushbutton attached to digital I/O 2 - - http://www.arduino.cc/en/Tutorial/SerialCallResponse - 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/SerialCallResponse + */ int firstSensor = 0; // first analog sensor @@ -66,6 +68,8 @@ void establishContact() { /* Processing sketch to run with this example: +// This example code is in the public domain. + import processing.serial.*; int bgcolor; // Background color