Template:ArduinoFlag: Difference between revisions
From charlesreid1
No edit summary |
No edit summary |
||
| Line 12: | Line 12: | ||
'''Arduino Boards:''' | '''Arduino Boards:''' | ||
[[Arduino/Micro]] | [[Arduino/Micro]] {{,}} [[Arduino/Leonardo]] | ||
[[Arduino/Leonardo]] | |||
| Line 21: | Line 19: | ||
A basic "hello world" circuit in which the Arduino's power pins are used to light up an LED. | A basic "hello world" circuit in which the Arduino's power pins are used to light up an LED. | ||
[[Arduino/Micro/Hello World]] | [[Arduino/Micro/Hello World]] {{,}} [[Arduino/Leonardo/Hello World]] | ||
'''Blink:''' | '''Blink:''' | ||
| Line 29: | Line 26: | ||
The next step after powering an LED with the Hello World circuit is getting the LED to blink. | The next step after powering an LED with the Hello World circuit is getting the LED to blink. | ||
[[Arduino/Micro/Blink]] | [[Arduino/Micro/Blink]] {{,}} [[Arduino/Leonardo/Blink]] | ||
'''Morse Code:''' | '''Morse Code:''' | ||
| Line 37: | Line 33: | ||
Getting a morse code library up and running on an Arduino requires some extra libraries. | Getting a morse code library up and running on an Arduino requires some extra libraries. | ||
[[Arduino/Morse Code Libraries]] | [[Arduino/Morse Code Libraries]] {{,}} [[Arduino/Morse Code Circuit]] {{,}} [[Arduino/Micro/Blink Morse Code]] | ||
'''LCD Display:''' | |||
Arduino microcontrollers can be hooked up to a Sainsmart 128x4 LCD display to display information from the Arduino. | |||
[[Arduino/LCD Display]] | |||
Revision as of 18:58, 20 June 2016
|
|
Arduino all the arduino things
Arduino/Micro · Arduino/Leonardo
A basic "hello world" circuit in which the Arduino's power pins are used to light up an LED. Arduino/Micro/Hello World · Arduino/Leonardo/Hello World
The next step after powering an LED with the Hello World circuit is getting the LED to blink. Arduino/Micro/Blink · Arduino/Leonardo/Blink
Getting a morse code library up and running on an Arduino requires some extra libraries. Arduino/Morse Code Libraries · Arduino/Morse Code Circuit · Arduino/Micro/Blink Morse Code
Arduino microcontrollers can be hooked up to a Sainsmart 128x4 LCD display to display information from the Arduino.
|