HPi icon indicating copy to clipboard operation
HPi copied to clipboard

Library to access the GPIO pins on a Raspberry Pi from Haskell.

Results 1 HPi issues
Sort by recently updated
recently updated
newest added

Would you support splitting out into a separate package: ``` haskell class MonadI2C m where writeI2C :: Address -> ByteString -> m () readI2C :: Address -> Int -> m...