Popularity
7.3
Stable
Activity
0.0
Stable
21
6
4

Monthly Downloads: 42
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags: System    
Latest version: v0.9.0.7

hpio alternatives and similar packages

Based on the "System" category.
Alternatively, view hpio alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of hpio or a related project?

Add another 'System' Package

README

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.

Travis CI build status