From 6cc025298349072691400fd6938459f41561830f Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Mon, 14 Aug 2023 12:25:17 +0200 Subject: [PATCH] Minor changes --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 2a31055..76391c0 100755 --- a/README.md +++ b/README.md @@ -1,9 +1,7 @@ # INA260 Linux Drivers -Link to the [ina260 datasheet](https://www.ti.com/lit/gpn/INA260). - This project provides two drivers: -1) `ina260.c` that is compatible with the [hwmon](https://docs.kernel.org/hwmon/hwmon-kernel-api.html) +1) `ina260.c` that is compatible with [hwmon](https://docs.kernel.org/hwmon/hwmon-kernel-api.html) 2) `ina260_full.c` that provides an entire support for registers and fields of the ina260 and maximize performance over compatibility ## Installation