Difference between revisions of "Arduino"

From HaskellWiki
Jump to navigation Jump to search
m (→‎Introduction: Changed the name of the file)
(→‎Introduction: Added a link to a desciption of Atmel AVR processors)
Line 3: Line 3:
 
== Introduction ==
 
== Introduction ==
   
[http://arduino.cc/ Arduino] is a popular open-source single-board microcontroller, with an Atmel AVR processor and on-board input/output support. For more details, see [http://en.wikipedia.org/wiki/Arduino the Wikipedia article]
+
[http://arduino.cc/ Arduino] is a popular open-source single-board microcontroller, with an [http://en.wikipedia.org/wiki/Atmel_AVR Atmel AVR processor] and on-board input/output support. For more details, see [http://en.wikipedia.org/wiki/Arduino the Wikipedia article about Arduino]
   
 
[[Image:Arduino_led-4.jpg|right]]
 
[[Image:Arduino_led-4.jpg|right]]

Revision as of 11:28, 16 August 2012

This article is a stub. You can help by expanding it.

Introduction

Arduino is a popular open-source single-board microcontroller, with an Atmel AVR processor and on-board input/output support. For more details, see the Wikipedia article about Arduino

Arduino led-4.jpg

Blog articles


See also