Difference between revisions of "Arduino"

From MidsouthMakers - Memphis Area Hackerpace
Jump to navigation Jump to search
Line 5: Line 5:
 
== Overview ==
 
== Overview ==
 
The Arduino programming language is based on ''Wiring'' and is essentially [[wikipedia:C (programming language)|C]]/[[wikipedia:C++|C++]] (several simple transformations are performed before passing to the avr-gcc compiler).  The goal of the Arduino project is to make tools available that are accessible, low-cost, low capital investment, flexible and easy-to-use for artists and hobbyists, particularly those who might not otherwise have access to more sophisticated controllers that require more complicated tools.
 
The Arduino programming language is based on ''Wiring'' and is essentially [[wikipedia:C (programming language)|C]]/[[wikipedia:C++|C++]] (several simple transformations are performed before passing to the avr-gcc compiler).  The goal of the Arduino project is to make tools available that are accessible, low-cost, low capital investment, flexible and easy-to-use for artists and hobbyists, particularly those who might not otherwise have access to more sophisticated controllers that require more complicated tools.
 
== Types of Arduions ==
 
* [[Lilypad Arduino]]
 
* [[Arduino Mega]]
 
* [[Arduino Duemilanove]]
 
  
 
== External links ==
 
== External links ==

Revision as of 06:35, 20 January 2010

Arduino is an open-source electronics prototyping platform based on flexible, easy-to-use hardware and software. It's intended for artists, designers, hobbyists, and anyone interested in creating interactive objects or environments.

See Wikipedia for more details on Arduino.

Overview

The Arduino programming language is based on Wiring and is essentially C/C++ (several simple transformations are performed before passing to the avr-gcc compiler). The goal of the Arduino project is to make tools available that are accessible, low-cost, low capital investment, flexible and easy-to-use for artists and hobbyists, particularly those who might not otherwise have access to more sophisticated controllers that require more complicated tools.

External links