Examples: adding description, layout and schematics
@ -0,0 +1 @@
|
||||
Blinking an LED without using the delay() function.
|
BIN
build/shared/examples/02.Digital/BlinkWithoutDelay/layout.png
Normal file
After Width: | Height: | Size: 51 KiB |
BIN
build/shared/examples/02.Digital/BlinkWithoutDelay/schematic.png
Normal file
After Width: | Height: | Size: 31 KiB |
1
build/shared/examples/02.Digital/Button/Button.txt
Normal file
@ -0,0 +1 @@
|
||||
Use a pushbutton to control an LED.
|
BIN
build/shared/examples/02.Digital/Button/layout.png
Normal file
After Width: | Height: | Size: 40 KiB |
BIN
build/shared/examples/02.Digital/Button/schematic.png
Normal file
After Width: | Height: | Size: 26 KiB |
1
build/shared/examples/02.Digital/Debounce/Debounce.txt
Normal file
@ -0,0 +1 @@
|
||||
Read a pushbutton, filtering noise.
|
BIN
build/shared/examples/02.Digital/Debounce/button.png
Normal file
After Width: | Height: | Size: 40 KiB |
BIN
build/shared/examples/02.Digital/Debounce/schematic.png
Normal file
After Width: | Height: | Size: 34 KiB |
@ -0,0 +1 @@
|
||||
Demonstrates the use of INPUT_PULLUP with pinMode().
|
BIN
build/shared/examples/02.Digital/DigitalInputPullup/layout.png
Normal file
After Width: | Height: | Size: 205 KiB |
After Width: | Height: | Size: 60 KiB |
@ -0,0 +1 @@
|
||||
Counting the number of button pushes.
|
BIN
build/shared/examples/02.Digital/StateChangeDetection/layout.png
Normal file
After Width: | Height: | Size: 40 KiB |
After Width: | Height: | Size: 34 KiB |
BIN
build/shared/examples/02.Digital/toneKeyboard/layout.png
Normal file
After Width: | Height: | Size: 83 KiB |
BIN
build/shared/examples/02.Digital/toneKeyboard/schematic.png
Normal file
After Width: | Height: | Size: 50 KiB |
@ -0,0 +1 @@
|
||||
A three-key musical keyboard using force sensors and a piezo speaker.
|
BIN
build/shared/examples/02.Digital/toneMelody/layout.png
Normal file
After Width: | Height: | Size: 37 KiB |
BIN
build/shared/examples/02.Digital/toneMelody/schematic.png
Normal file
After Width: | Height: | Size: 35 KiB |
@ -0,0 +1 @@
|
||||
Play a melody with a Piezo speaker.
|
BIN
build/shared/examples/02.Digital/toneMultiple/layout.png
Normal file
After Width: | Height: | Size: 58 KiB |
BIN
build/shared/examples/02.Digital/toneMultiple/schematic.png
Normal file
After Width: | Height: | Size: 41 KiB |
@ -0,0 +1 @@
|
||||
Play tones on multiple speakers sequentially using the tone() command.
|
BIN
build/shared/examples/02.Digital/tonePitchFollower/layout.png
Normal file
After Width: | Height: | Size: 72 KiB |
BIN
build/shared/examples/02.Digital/tonePitchFollower/schematic.png
Normal file
After Width: | Height: | Size: 39 KiB |
@ -0,0 +1 @@
|
||||
Play a pitch on a piezo speaker depending on an analog input.
|