arduino-copilot-1.3.0: Arduino programming in haskell using the Copilot stream DSL

Safe HaskellNone
LanguageHaskell98

Copilot.Arduino.Nano

Contents

Description

Programming the Arduino Nano with Copilot.

Synopsis

Documentation

Pins

pin13 :: Pin '[DigitalIO] Source #

This pin is connected to the led

a6 :: Pin '[AnalogInput] Source #

Limited to analog input.

a7 :: Pin '[AnalogInput] Source #

Limited to analog input.