mirror of
https://github.com/esp8266/Arduino.git
synced 2025-08-01 03:47:23 +03:00
Added public domain notice
This commit is contained in:
@ -13,13 +13,15 @@
|
|||||||
* potentiometers attached to analog inputs 0 and 1
|
* potentiometers attached to analog inputs 0 and 1
|
||||||
* pushbutton attached to digital I/O 2
|
* pushbutton attached to digital I/O 2
|
||||||
|
|
||||||
|
|
||||||
http://www.arduino.cc/en/Tutorial/SerialCallResponse
|
|
||||||
|
|
||||||
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/SerialCallResponse
|
||||||
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
int firstSensor = 0; // first analog sensor
|
int firstSensor = 0; // first analog sensor
|
||||||
@ -66,6 +68,8 @@ void establishContact() {
|
|||||||
/*
|
/*
|
||||||
Processing sketch to run with this example:
|
Processing sketch to run with this example:
|
||||||
|
|
||||||
|
// This example code is in the public domain.
|
||||||
|
|
||||||
import processing.serial.*;
|
import processing.serial.*;
|
||||||
|
|
||||||
int bgcolor; // Background color
|
int bgcolor; // Background color
|
||||||
|
Reference in New Issue
Block a user