Skip to content

Commit

Permalink
README: update links to lm-sensors and add reference to sensors-unity
Browse files Browse the repository at this point in the history
  • Loading branch information
paroj committed Sep 18, 2016
1 parent ceb0a96 commit 28086ce
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
sensors.py
==========
python bindings using ctypes for libsensors3 of the [lm-sensors project](http://www.lm-sensors.org/). The code was written against libsensors 3.3.4.
python bindings using ctypes for libsensors3 of the [lm-sensors project](https://github.com/groeck/lm-sensors). The code was written against libsensors 3.3.4.

For documentation of the low level API see [sensors.h](https://github.com/groeck/lm-sensors/blob/master/lib/sensors.h). For an example of the high level API see [example.py](example.py).

For documentation of the low level API see [sensors.h](http://www.lm-sensors.org/browser/lm-sensors/tags/V3-3-4/lib/sensors.h). For an example of the high level API see [example.py](example.py).
For a GUI application that displays the sensor readings and is based on this library, take a look at [sensors-unity](https://launchpad.net/sensors-unity).

Features
--------
Expand Down

0 comments on commit 28086ce

Please sign in to comment.