Arduino
From HaskellWiki
(Difference between revisions)
(→Blog articles: Updated the link to "Atom & Arduino :: Some Hacking (pt. 1)" and added the link to part 2) |
(→Blog articles: Added a link to haskell-serialport documentation) |
||
| Line 18: | Line 18: | ||
* [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] | ||
| + | |||
| + | * [http://users.skynet.be/jputcu/projects/haskell-serialport/usage.html haskell-serialport] documentation, with an example that resets an Arduino | ||
== See also == | == See also == | ||
Revision as of 13:29, 10 November 2012
This article is a stub. You can help by expanding it.
1 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
2 Blog articles
- haskell-serialport documentation, with an example that resets an Arduino

