Difference between revisions of "Arduino"

From HaskellWiki
Jump to navigation Jump to search
(Added section "Software" with a link to the hArduino package)
(→‎Software: Added link to the frp-arduino package)
Line 12: Line 12:
 
* [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].
 
* [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].
   
  +
* [http://hackage.haskell.org/package/frp-arduino The frp-arduino package]: Arduino programming without the hassle of C.
   
 
== Blog articles ==
 
== Blog articles ==

Revision as of 17:59, 15 August 2015

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


Software

Blog articles


See also