Arduino: Difference between revisions

From HaskellWiki
(→‎Blog articles: Added a link to haskell-serialport documentation)
(Added section "Software" with a link to the hArduino package)
Line 6: Line 6:


[[Image:Arduino_led-4.jpg|right]]
[[Image:Arduino_led-4.jpg|right]]
== Software ==
* [http://hackage.haskell.org/package/hArduino The hArduino package]; this allows you to remote control an Arduino board. See the [http://www.haskell.org/pipermail/haskell-cafe/2013-February/106305.html announcement].


== Blog articles ==  
== Blog articles ==  
Line 20: Line 26:


* [http://users.skynet.be/jputcu/projects/haskell-serialport/usage.html haskell-serialport] documentation, with an example that resets an 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 22:21, 11 February 2013

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


Software


Blog articles


See also