gpio-0.1.0.1: Haskell GPIO interface, designed specifically for the RaspberryPi.

Safe HaskellNone
LanguageHaskell2010

System.GPIO.Types

Documentation

data Pin Source

Constructors

P18 
P23 
P24 
P25 

data ActivePin a where Source

Constructors

ReaderPin :: Pin -> ActivePin In 
WriterPin :: Pin -> ActivePin Out 

Instances

data Dir Source

Constructors

In 
Out 

class ToText a where Source

Methods

toText :: a -> Text Source