Arduino (Italian for ‘Strong man’) is an open-source physical computing platform based on a simple AtMel 328 microcontroller board, and a development environment for writing software for the board.
Arduino can be used to develop interactive objects, taking inputs from a variety of switches or sensors, and controlling a variety of lights, motors, and other physical outputs. Arduino projects can be stand-alone, or they can communicate with software running on your computer. For more information on Arduino see their introduction page here: http://www.arduino.cc/en/Guide/Introduction. A board schematic as a .pdf file is available here: http://arduino.cc/en/uploads/Main/Arduino_Uno_Rev3-schematic.pdf.
Both Arduino and LaunchPad use the Wiring framework (About Wiring). Software is written in the same pigeon C as used with LaunchPad.
Sketches related to Arduino can be downloaded from this page. Some are Public Domain, the rest are Creative Commons Attribution-ShareAlike 3.0 Unported License. All use is AS-IS, AT YOUR OWN RISK. No fees or royalties of any kind are charged.
Public Domain materials are in the Public Domain. All others are licensed under a Creative Commons Share-Alike Attribution License. These materials may be used without charge. They are licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License. For licensing details see the Creative Commons web site.
Knight_Rider_Digital_Output_Test | Author: John D Nash | Date: 19 May 2012 | Sketch | ZIP | Description: Verifies operation of the digital output pins number 0 through 13 with a pattern similar to the light bar on Kit in Knight Rider. |
Port_2_through_13_Digital_Input_Test | Author: John D Nash | Date: 22 Jun 2014 | Sketch | ZIP | Description: Verifies operation of the digital input pins number 2 through 13 with serial output. |
Port_2_through_7_Digital_Input_Test | Author: John D Nash | Date: 19 May 2012 | Sketch | ZIP | Description: Verifies operation of the digital input pins number 2 through 7 with output on pins 8 through 13. |
Port_8_through_13_Digital_Input_Test | Author: John D Nash | Date: 19 May 2012 | Sketch | ZIP | Description: Verifies operation of the digital input pins number 8 through 13 with output on pins 2 through 7. |