Difference between revisions of "Arduino"

From HaskellWiki
Jump to navigation Jump to search
(→‎Introduction: Added a link to a desciption of Atmel AVR processors)
(→‎Blog articles: Updated the link to "Atom & Arduino :: Some Hacking (pt. 1)" and added the link to part 2)
Line 15: Line 15:
 
* [http://devrand.org/view/haskellTidbits Haskell Tidbits]
 
* [http://devrand.org/view/haskellTidbits Haskell Tidbits]
   
* [http://blog.sw17ch.com/wordpress/?p=84 Atom & Arduino :: Some Hacking (pt. 1)]
+
* [http://jvanenk.wordpress.com/2009/05/01/atom-arduino-some-hacking-pt-1/ Atom & Arduino :: Some Hacking (pt. 1)] [http://jvanenk.wordpress.com/2009/05/04/atom-arduino-first-program-pt-2/ (pt. 2)]
   
 
* [http://corp.galois.com/blog/2010/12/20/copilot-and-the-arduino.html Copilot and the Arduino]
 
* [http://corp.galois.com/blog/2010/12/20/copilot-and-the-arduino.html Copilot and the Arduino]
 
   
 
== See also ==
 
== See also ==

Revision as of 13:08, 10 November 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