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.
|
||||
- Code:
|
||||
```cpp
|
||||
ina226Status = ina226.setMaxCurrentShunt(current ampere,
|
||||
shunt ohm, true);
|
||||
ina226Status = ina226.setMaxCurrentShunt(current ampere, shunt ohm, true);
|
||||
```
|
||||
|
||||
3. **Set Averaging:**
|
||||
|
|
Loading…
Reference in a new issue