From 89e65d20e0ede2df739000b06eb5470eabad810a Mon Sep 17 00:00:00 2001 From: Tom Igoe Date: Tue, 23 Feb 2010 22:35:13 +0000 Subject: [PATCH] Added public domain notice --- .../Communication/VirtualColorMixer/VirtualColorMixer.pde | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build/shared/examples/Communication/VirtualColorMixer/VirtualColorMixer.pde b/build/shared/examples/Communication/VirtualColorMixer/VirtualColorMixer.pde index f23f1476f..9593c33af 100644 --- a/build/shared/examples/Communication/VirtualColorMixer/VirtualColorMixer.pde +++ b/build/shared/examples/Communication/VirtualColorMixer/VirtualColorMixer.pde @@ -13,6 +13,7 @@ modified 14 Apr 2009 by Tom Igoe and Scott Fitzgerald + This example code is in the public domain. */ const int redPin = 0; // sensor to control red color @@ -35,6 +36,7 @@ void loop() /* Processing code for this example +// This example code is in the public domain. import processing.serial.*;