system-gpio-0.0.2: GPIO wrapper libary for Raspberry Pi

Safe HaskellSafe-Inferred

System.Hardware.GPIO.Pin

Synopsis

Documentation

data Pin Source

Constructors

Pin 

Fields

num :: Int
 
handle :: Handle
 
dir :: PinMode
 

Instances

data PinMode Source

Constructors

In 
Out 
Pwm 

Instances

openWriteClose :: FilePath -> String -> IO ()Source

init pin_number direction

close :: Pin -> IO ()Source

data Value Source

Constructors

One 
Zero 

Instances

set :: Pin -> Value -> IO ()Source