Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dhess/hpio
Perform GPIO from Haskell
https://github.com/dhess/hpio
gpio haskell
Last synced: 9 days ago
JSON representation
Perform GPIO from Haskell
- Host: GitHub
- URL: https://github.com/dhess/hpio
- Owner: dhess
- License: bsd-3-clause
- Created: 2015-11-14T03:15:35.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2019-08-28T15:05:22.000Z (about 5 years ago)
- Last Synced: 2024-10-12T00:26:36.770Z (25 days ago)
- Topics: gpio, haskell
- Language: Haskell
- Size: 946 KB
- Stars: 21
- Watchers: 6
- Forks: 4
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.md
- License: LICENSE
Awesome Lists containing this project
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](https://travis-ci.org/dhess/hpio.svg?branch=master)](https://travis-ci.org/dhess/hpio)