@hackage hsI2C0.1.2
I2C access for Haskell and Linux
Categories
License
BSD-3-Clause
Maintainer
Marc.Fontaine@gmx.de
Links
- Documentation
- No source repository
- Security
Versions
Installation
Dependencies (3)
- base <4.10
- bytestring <0.11
- unix <2.8 Show all…
Dependents (1)
@hackage/si-clock
This library provides a Haskell interface to I2C on Linux via devi2c. It wrapps the libi2c c-library that is included as c-bits. Beware that poking the internal I2C buses of your PC or laptop may cause hardware damage. I test and use this library with an external i2c_tiny_usb adapter. (Note that the i2c_tiny_usb kernel driver is broken in 4.9 and 4.11. But it works with this patch: https://patchwork.kernel.org/patch/9711919/)