mellon-gpio: GPIO support for mellon

[ bsd3, library, system ] [ Propose Tags ]

mellon-gpio provides a GPIO-driven mellon-core Device. Currently, it provides support for Linux sysfs-based GPIO.


[Skip to Readme]

Modules

[Index]

Flags

Manual Flags

NameDescriptionDefault
test-hlint

Build hlint test

Disabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.7.0.1, 0.7.0.3, 0.7.1.0, 0.7.1.1, 0.8.0.1, 0.8.0.2, 0.8.0.3, 0.8.0.4, 0.8.0.5, 0.8.0.6, 0.8.0.7
Change log changelog.md
Dependencies base (>=4.8 && <5), fail (>=4.9 && <4.10), hpio (>=0.8 && <1), mellon-core, protolude (>=0.2 && <0.3), semigroups (>=0.18 && <0.19) [details]
License BSD-3-Clause
Copyright Copyright (c) 2018, Quixoftic, LLC
Author Drew Hess <dhess-src@quixoftic.com>
Maintainer Drew Hess <dhess-src@quixoftic.com>
Category System
Home page https://github.com/quixoftic/mellon#readme
Bug tracker https://github.com/quixoftic/mellon/issues
Source repo head: git clone https://github.com/quixoftic/mellon
Uploaded by dhess at 2018-04-03T23:04:30Z
Distributions
Downloads 5863 total (24 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2018-04-14 [all 1 reports]

Readme for mellon-gpio-0.8.0.7

[back to package description]

mellon-gpio

mellon-gpio adapts the mellon-core Device type to GPIO, for use with a mellon-core controller.

To use it, simply connect a properly-designed physical access device (e.g., an electric strike driven by a relay circuit such as the one shown here) to an available GPIO pin on the host where the mellon-core application will run.

Travis CI build status