1
0
mirror of https://github.com/arduino/Arduino.git synced 2024-12-01 12:24:14 +01:00

Added public domain notice

This commit is contained in:
Tom Igoe 2010-02-23 22:30:41 +00:00
parent f613e8eaae
commit 664a070d36

View File

@ -18,6 +18,8 @@
modified 14 Apr 2009
by Tom Igoe and Scott Fitzgerald
This example code is in the public domain.
http://www.arduino.cc/en/Tutorial/PhysicalPixel
*/
@ -59,6 +61,8 @@ void loop() {
// based on examples by Casey Reas and Hernando Barragan
// modified 18 Jan 2009
// by Tom Igoe
// This example code is in the public domain.
import processing.serial.*;