Examples: adding description, layout and schematics
@ -0,0 +1 @@
|
||||
Read a potentiometer, print its state out to the Arduino Serial Monitor.
|
BIN
build/shared/examples/01.Basics/AnalogReadSerial/layout.png
Normal file
After Width: | Height: | Size: 27 KiB |
BIN
build/shared/examples/01.Basics/AnalogReadSerial/schematic.png
Normal file
After Width: | Height: | Size: 32 KiB |
@ -0,0 +1 @@
|
||||
The bare minimum of code needed to start an Arduino sketch.
|
1
build/shared/examples/01.Basics/Blink/Blink.txt
Normal file
@ -0,0 +1 @@
|
||||
Turn an LED on and off.
|
@ -0,0 +1 @@
|
||||
Read a switch, print the state out to the Arduino Serial Monitor.
|
BIN
build/shared/examples/01.Basics/DigitalReadSerial/layout.png
Normal file
After Width: | Height: | Size: 40 KiB |
BIN
build/shared/examples/01.Basics/DigitalReadSerial/schematic.png
Normal file
After Width: | Height: | Size: 34 KiB |
1
build/shared/examples/01.Basics/Fade/Fade.txt
Normal file
@ -0,0 +1 @@
|
||||
Demonstrates the use of analog output to fade an LED.
|
BIN
build/shared/examples/01.Basics/Fade/layout.png
Normal file
After Width: | Height: | Size: 37 KiB |
BIN
build/shared/examples/01.Basics/Fade/schematic.png
Normal file
After Width: | Height: | Size: 31 KiB |
@ -0,0 +1 @@
|
||||
Reads an analog input and prints the voltage to the serial monitor.
|
BIN
build/shared/examples/01.Basics/ReadAnalogVoltage/layout.png
Normal file
After Width: | Height: | Size: 27 KiB |
BIN
build/shared/examples/01.Basics/ReadAnalogVoltage/schematic.png
Normal file
After Width: | Height: | Size: 32 KiB |