powermate: bindings for Griffin PowerMate USB

[ hardware, library, mit, program, system ] [ Propose Tags ]

This library is for interfacing the Griffin PowerMate USB (a big silver knob you can turn and click) with Haskell on Linux. Besides reading events from the PowerMate, you can also control the brightness, pulse speed, and pulse waveform of the built-in LED.


[Skip to Readme]

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1, 1.0
Change log CHANGELOG
Dependencies base (>=4.4 && <5), directory (>=1.1.0.1 && <1.4), powermate, unix (>=2.5 && <2.8) [details]
License MIT
Copyright (C) 2006 Evan Martin, (C) 2017 Patrick Pelletier
Author Evan Martin
Maintainer Patrick Pelletier <code@funwithsoftware.org>
Category System, Hardware
Home page https://github.com/ppelleti/powermate
Bug tracker https://github.com/ppelleti/powermate/issues
Source repo head: git clone https://github.com/ppelleti/powermate.git
Uploaded by ppelleti at 2017-01-10T03:45:41Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Executables powermate-pulse, powermate-print
Downloads 1926 total (6 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2017-01-10 [all 1 reports]

Readme for powermate-1.0

[back to package description]

Hackage Build Status

This library is for interfacing the Griffin PowerMate USB with Haskell on Linux. Besides reading events from the PowerMate, you can also control the brightness, pulse speed, and pulse waveform of the built-in LED.

(An earlier version of the library also contained an implementation of the MPD protocol. This was removed, because it wasn't directly related to the PowerMate functionality, and the libmpd library seems to be an alternative which is more complete and better maintained.)

Besides the library, this package includes two example programs, powermate-print and powermate-pulse. powermate-print simply prints out the events it receives from the PowerMate. powermate-pulse lets you control the LED pulse speed by turning the knob, and change the pulse waveform by clicking the knob.