From c2b8c6f972f47fd7d46d8ed447cf127be422f4e4 Mon Sep 17 00:00:00 2001 From: Pavel Rojtberg Date: Fri, 18 Nov 2022 19:01:06 +0100 Subject: [PATCH] update README --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1d9e845..6db9dae 100644 --- a/README.md +++ b/README.md @@ -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). @@ -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