onewire plugin: Add a plugin to read onewire sensors.
authorFlorian Forster <octo@noris.net>
Wed, 23 Jul 2008 14:44:40 +0000 (16:44 +0200)
committerFlorian Forster <octo@noris.net>
Wed, 23 Jul 2008 14:44:40 +0000 (16:44 +0200)
commit11ba6e7c5a57c9bb73f389cfaf79b50b56b7544f
tree9f95edc4cadc8a76d1ae7942739df9562ff68eb0
parent8508efd140d64efc676237f6ec9792c65d108aac
onewire plugin: Add a plugin to read onewire sensors.

This plugin allows to read _temperature_ sensors connected over a
onewire bus using the `owcapi' library from the `owfs' project. Other
sensors can be added easily, but without hardware to test this it's
kind of hard to be sure it all works.

ToDo's: Document the plugin, make the `Alias' configuration option work.
configure.in
src/Makefile.am
src/onewire.c [new file with mode: 0644]