Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
paroj committed Nov 18, 2022
1 parent 3d0e0f2 commit c2b8c6f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
sensors.py
==========
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.
python bindings using ctypes for libsensors3 of the [lm-sensors project](https://github.com/lm-sensors/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](https://github.com/lm-sensors/lm-sensors/blob/master/lib/sensors.h). For an example of the high level API see [example.py](https://github.com/paroj/sensors.py/blob/master/example.py).

For a GUI application that displays the sensor readings and is based on this library, take a look at [sensors-unity](https://github.com/paroj/sensors-unity).

Expand Down Expand Up @@ -32,4 +32,3 @@ val = sensors.get_value(chip, subfeature_nr)
Missing Features (pull requests are welcome):
* `sensors_subfeature_type` enum
* `sensors_get_subfeature`
* Error handlers

0 comments on commit c2b8c6f

Please sign in to comment.