diff options
| author | Loic Guegan <manzerbredes@mailbox.org> | 2023-08-14 12:25:17 +0200 |
|---|---|---|
| committer | Loic Guegan <manzerbredes@mailbox.org> | 2023-08-14 12:25:17 +0200 |
| commit | 6cc025298349072691400fd6938459f41561830f (patch) | |
| tree | d83b23e398ef00df913f4c21c651368a6d4351b8 | |
| parent | edee197198987b06a24eeb12b6dcd65333ebbf39 (diff) | |
Minor changes
| -rwxr-xr-x | README.md | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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 |
