@hackage hpio0.9.0.7
Monads for GPIO in Haskell
Categories
License
BSD-3-Clause
Maintainer
Drew Hess <src@drewhess.com>
Links
Versions
Installation
Tested Compilers
Dependencies (18)
- QuickCheck >=2.7.6 && <2.13
- base >=4.7.0 && <5
- bytestring >=0.10.4 && <0.11
- containers >=0.5.5 && <0.7
- directory >=1.2.1 && <1.4
- exceptions >=0.8.0 && <1 Show all…
Dependents (3)
@hackage/pinpon, @hackage/mellon-gpio, @hackage/mellon-web
Package Flags
examples
(on by default)
Build the example programs
linux-bbone-tests
(off by default)
Enable Linux BeagleBone-specific tests. Disabled by default. See testSystemGPIOLinuxSysfs/BeagleBoneSpec.hs for requirements. Run with "cabal test -flinux-bbone-tests".
test-doctests
(on by default)
Build doctests
test-hlint
(off by default)
Build hlint test
hpio
hpio provides support for writing GPIO programs in Haskell. It
includes an embedded DSL for writing platform-independent programs,
along with low-level monads and IO functions which provide direct
access to each supported platform's native GPIO API.
Currently only the Linux sysfs GPIO filesystem is supported, but
support for other Unix GPIO platforms is planned.
For details on usage, see the included tutorial module, or the
examples directory in the source distribution.