703
edits
(Created page with "build these examples on your breadboard (and use the code examples provided in the links if you want.) Then try to create arduino sketches which do something different than the e...") |
No edit summary |
||
Line 13: | Line 13: | ||
http://fritzing.org/projects/digital-input-button/ <br> | http://fritzing.org/projects/digital-input-button/ <br> | ||
turn the LED on when pressing the button. Then turn the LED off when the button is pressed again. Note: The button bounces - use the delay function to debounce the button. | turn the LED on when pressing the button. Then turn the LED off when the button is pressed again. Note: The button bounces - use the delay function to debounce the button. | ||
===When you completed the above=== | |||
http://fritzing.org/projects/analog-input-to-servo/ | |||
The servos provided may cause your arduino board to crash. Use a capacitor in parallel to the servo's GND and 5V power supply - mind the polarity of the capacitor! (your capacitor has a white "minus" mark.) |
edits