Examples: adding description, layout and schematics
@ -0,0 +1 @@
|
||||
Demonstrates Arduino's advanced serial output functions.
|
1
build/shared/examples/04.Communication/Dimmer/Dimmer.txt
Normal file
@ -0,0 +1 @@
|
||||
Move the mouse to change the brightness of an LED.
|
BIN
build/shared/examples/04.Communication/Dimmer/layout.png
Normal file
After Width: | Height: | Size: 41 KiB |
BIN
build/shared/examples/04.Communication/Dimmer/schematic.png
Normal file
After Width: | Height: | Size: 31 KiB |
1
build/shared/examples/04.Communication/Graph/Graph.txt
Normal file
@ -0,0 +1 @@
|
||||
Send data to the computer and graph it in Processing.
|
BIN
build/shared/examples/04.Communication/Graph/layout.png
Normal file
After Width: | Height: | Size: 41 KiB |
BIN
build/shared/examples/04.Communication/Graph/schematic.png
Normal file
After Width: | Height: | Size: 32 KiB |
1
build/shared/examples/04.Communication/Midi/MIDI.txt
Normal file
@ -0,0 +1 @@
|
||||
Send MIDI note messages serially.
|
BIN
build/shared/examples/04.Communication/Midi/layout.png
Normal file
After Width: | Height: | Size: 41 KiB |
BIN
build/shared/examples/04.Communication/Midi/schematic.png
Normal file
After Width: | Height: | Size: 26 KiB |
@ -0,0 +1 @@
|
||||
Use two of the serial ports available on the Arduino Mega.
|
@ -0,0 +1 @@
|
||||
Turn a LED on and off by sending data to your Arduino from Processing or Max/MSP.
|
BIN
build/shared/examples/04.Communication/PhysicalPixel/layout.png
Normal file
After Width: | Height: | Size: 51 KiB |
After Width: | Height: | Size: 31 KiB |
@ -0,0 +1 @@
|
||||
Parse a comma-separated string of ints to fade an LED.
|
After Width: | Height: | Size: 29 KiB |
@ -0,0 +1 @@
|
||||
Send multiple variables using a call-and-response (handshaking) method.
|
After Width: | Height: | Size: 65 KiB |
After Width: | Height: | Size: 44 KiB |
@ -0,0 +1 @@
|
||||
Send multiple variables using a call-and-response (handshaking) method, and ASCII-encode the values before sending.
|
After Width: | Height: | Size: 65 KiB |
After Width: | Height: | Size: 44 KiB |
@ -0,0 +1 @@
|
||||
Demonstrates the use of SerialEvent().
|
@ -0,0 +1 @@
|
||||
Send multiple variables from Arduino to your computer and read them in Processing or Max/MSP.
|
After Width: | Height: | Size: 120 KiB |
After Width: | Height: | Size: 41 KiB |