mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-17 22:23:10 +03:00
Added public domain notice
This commit is contained in:
@ -16,12 +16,16 @@
|
|||||||
* pushbutton attached to digital I/O 2
|
* pushbutton attached to digital I/O 2
|
||||||
|
|
||||||
|
|
||||||
http://www.arduino.cc/en/Tutorial/SerialCallResponseASCII
|
|
||||||
|
|
||||||
Created 26 Sept. 2005
|
Created 26 Sept. 2005
|
||||||
by Tom Igoe
|
by Tom Igoe
|
||||||
Modified 14 April 2009
|
Modified 14 April 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/SerialCallResponseASCII
|
||||||
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
int firstSensor = 0; // first analog sensor
|
int firstSensor = 0; // first analog sensor
|
||||||
@ -71,6 +75,7 @@ void establishContact() {
|
|||||||
/*
|
/*
|
||||||
Processing code to run with this example:
|
Processing code to run with this example:
|
||||||
|
|
||||||
|
// This example code is in the public domain.
|
||||||
|
|
||||||
import processing.serial.*; // import the Processing serial library
|
import processing.serial.*; // import the Processing serial library
|
||||||
Serial myPort; // The serial port
|
Serial myPort; // The serial port
|
||||||
|
Reference in New Issue
Block a user