1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-07-30 16:24:09 +03:00

Examples: adding description, layout and schematics

This commit is contained in:
Federico Fissore
2015-05-04 16:49:10 +02:00
parent e0ee5abb79
commit d87f0faf11
147 changed files with 62 additions and 0 deletions

View File

@ -0,0 +1 @@
Demonstrates Arduino's advanced serial output functions.

View File

@ -0,0 +1 @@
Move the mouse to change the brightness of an LED.

Binary file not shown.

After

Width:  |  Height:  |  Size: 41 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 31 KiB

View File

@ -0,0 +1 @@
Send data to the computer and graph it in Processing.

Binary file not shown.

After

Width:  |  Height:  |  Size: 41 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

View File

@ -0,0 +1 @@
Send MIDI note messages serially.

Binary file not shown.

After

Width:  |  Height:  |  Size: 41 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

View File

@ -0,0 +1 @@
Use two of the serial ports available on the Arduino Mega.

View File

@ -0,0 +1 @@
Turn a LED on and off by sending data to your Arduino from Processing or Max/MSP.

Binary file not shown.

After

Width:  |  Height:  |  Size: 51 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 31 KiB

View File

@ -0,0 +1 @@
Parse a comma-separated string of ints to fade an LED.

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB

View File

@ -0,0 +1 @@
Send multiple variables using a call-and-response (handshaking) method.

Binary file not shown.

After

Width:  |  Height:  |  Size: 65 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 44 KiB

View File

@ -0,0 +1 @@
Send multiple variables using a call-and-response (handshaking) method, and ASCII-encode the values before sending.

Binary file not shown.

After

Width:  |  Height:  |  Size: 65 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 44 KiB

View File

@ -0,0 +1 @@
Demonstrates the use of SerialEvent().

View File

@ -0,0 +1 @@
Send multiple variables from Arduino to your computer and read them in Processing or Max/MSP.

Binary file not shown.

After

Width:  |  Height:  |  Size: 120 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 41 KiB