arduino-copilot-1.2.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

General Arduino programming infrastructure

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.

UART