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

Safe HaskellSafe-Inferred

System.Hardware.GPIO.Pin

Documentation

data Pin whereSource

Constructors

InPin :: Int -> Pin 
OutPin :: Int -> Pin 
PwmPin :: Int -> Pin 

Instances

init :: Pin -> IO ()Source

close :: Pin -> IO ()Source

data Value Source

Constructors

One 
Zero 

Instances

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