From 871b6d43ba85ef51aec06ee7546753add1b40338 Mon Sep 17 00:00:00 2001 From: klaute Date: Fri, 9 Feb 2024 20:51:59 +0100 Subject: [PATCH] Readme fix --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 7fd7567..98f41a9 100644 --- a/README.md +++ b/README.md @@ -180,8 +180,7 @@ The `configureIna226()` function configures the INA226 sensor with specific sett - Description: Sets the maximum current shunt value with normalization (3rd parameter set to true) to 3 floating-point accuracy. - Code: ```cpp - ina226Status = ina226.setMaxCurrentShunt(current ampere, - shunt ohm, true); + ina226Status = ina226.setMaxCurrentShunt(current ampere, shunt ohm, true); ``` 3. **Set Averaging:**