Readme fix

This commit is contained in:
klaute 2024-02-09 20:51:59 +01:00
parent fc7bba20ea
commit 871b6d43ba

View file

@ -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:**