blink1-0.4: Control library for blink(1) LED from ThingM

Safe HaskellSafe-Inferred
LanguageHaskell98

System.Hardware.Blink1.Class

Documentation

class Blink1 b where Source

Methods

writeBlink1 :: b -> [Word8] -> IO () Source

readBlink1 :: b -> Int -> IO [Word8] Source

closeBlink1 :: b -> IO () Source