https://github.com/dhess/hpio
Perform GPIO from Haskell
https://github.com/dhess/hpio
gpio haskell
Last synced: 10 months 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 (about 10 years ago)
- Default Branch: master
- Last Pushed: 2019-08-28T15:05:22.000Z (over 6 years ago)
- Last Synced: 2024-10-12T00:26:36.770Z (over 1 year 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.
[](https://travis-ci.org/dhess/hpio)