mirror of
https://github.com/arduino/Arduino.git
synced 2025-01-17 06:52:18 +01:00
Added public domain notice
This commit is contained in:
parent
2131d60aae
commit
75db6c1715
@ -15,14 +15,14 @@
|
|||||||
|
|
||||||
The circuit:
|
The circuit:
|
||||||
Any analog input sensor is attached to analog in pin 0.
|
Any analog input sensor is attached to analog in pin 0.
|
||||||
|
|
||||||
http://www.arduino.cc/en/Tutorial/Graph
|
|
||||||
|
|
||||||
created 2006
|
created 2006
|
||||||
by David A. Mellis
|
by David A. Mellis
|
||||||
modified 14 Apr 2009
|
modified 14 Apr 2009
|
||||||
by Tom Igoe and Scott Fitzgerald
|
by Tom Igoe and Scott Fitzgerald
|
||||||
|
|
||||||
|
This example code is in the public domain.
|
||||||
|
|
||||||
http://www.arduino.cc/en/Tutorial/Graph
|
http://www.arduino.cc/en/Tutorial/Graph
|
||||||
*/
|
*/
|
||||||
|
|
||||||
@ -51,6 +51,7 @@ void loop() {
|
|||||||
// Created 20 Apr 2005
|
// Created 20 Apr 2005
|
||||||
// Updated 18 Jan 2008
|
// Updated 18 Jan 2008
|
||||||
// by Tom Igoe
|
// by Tom Igoe
|
||||||
|
// This example code is in the public domain.
|
||||||
|
|
||||||
import processing.serial.*;
|
import processing.serial.*;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user