Examples: adding description, layout and schematics
1
build/shared/examples/05.Control/Arrays/Arrays.txt
Normal file
@ -0,0 +1 @@
|
||||
A variation on the For Loop example that demonstrates how to use an array.
|
BIN
build/shared/examples/05.Control/Arrays/layout.png
Normal file
After Width: | Height: | Size: 90 KiB |
BIN
build/shared/examples/05.Control/Arrays/schematic.png
Normal file
After Width: | Height: | Size: 49 KiB |
@ -0,0 +1 @@
|
||||
Controlling multiple LEDs with a for loop and.
|
BIN
build/shared/examples/05.Control/ForLoopIteration/layout.png
Normal file
After Width: | Height: | Size: 90 KiB |
BIN
build/shared/examples/05.Control/ForLoopIteration/schematic.png
Normal file
After Width: | Height: | Size: 49 KiB |
@ -0,0 +1 @@
|
||||
How to use an if statement to change output conditions based on changing input conditions.
|
After Width: | Height: | Size: 42 KiB |
After Width: | Height: | Size: 36 KiB |
@ -0,0 +1 @@
|
||||
How to use a while loop to calibrate a sensor while a button is being read.
|
After Width: | Height: | Size: 59 KiB |
After Width: | Height: | Size: 44 KiB |
BIN
build/shared/examples/05.Control/switchCase/layout.png
Normal file
After Width: | Height: | Size: 69 KiB |
BIN
build/shared/examples/05.Control/switchCase/schematic.png
Normal file
After Width: | Height: | Size: 35 KiB |
@ -0,0 +1 @@
|
||||
How to choose between a discrete number of values.
|
BIN
build/shared/examples/05.Control/switchCase2/layout.png
Normal file
After Width: | Height: | Size: 79 KiB |
BIN
build/shared/examples/05.Control/switchCase2/schematic.png
Normal file
After Width: | Height: | Size: 49 KiB |
@ -0,0 +1 @@
|
||||
A second switch-case example, showing how to take different actions based in characters received in the serial port.
|