Readme fix
This commit is contained in:
parent
fc7bba20ea
commit
871b6d43ba
1 changed files with 1 additions and 2 deletions
|
@ -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.
|
- Description: Sets the maximum current shunt value with normalization (3rd parameter set to true) to 3 floating-point accuracy.
|
||||||
- Code:
|
- Code:
|
||||||
```cpp
|
```cpp
|
||||||
ina226Status = ina226.setMaxCurrentShunt(current ampere,
|
ina226Status = ina226.setMaxCurrentShunt(current ampere, shunt ohm, true);
|
||||||
shunt ohm, true);
|
|
||||||
```
|
```
|
||||||
|
|
||||||
3. **Set Averaging:**
|
3. **Set Averaging:**
|
||||||
|
|
Loading…
Reference in a new issue