arduino-copilot-1.5.5: Arduino programming in haskell using the Copilot stream DSL
Safe HaskellNone
LanguageHaskell2010

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.

sizeOfEEPROM :: Word16 Source #

Different versions of Arduino Nano have different EEPROM sizes. This is a safe value that will work on all versions.