-
-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
- fix #49, precision math setMaxCurrentShunt() in INA226.cpp - changed max shunt voltage to 81.9 mV (0.02 under datasheet limit) - changed INA226_MINIMAL_SHUNT_OHM - update comments in INA226.h - add INA_comparison_table.md - updated readme.md
- Loading branch information
1 parent
90abd9f
commit 61da319
Showing
9 changed files
with
94 additions
and
53 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
|
||
## Comparison table INA sensors | ||
|
||
Comparison of my INA2xx libraries | ||
|
||
|
||
| | 219 | 226 | 228 | 229 | 236 | 239 | 3221 | | ||
|:------------------|:-----:|:-----:|:-----:|:-----:|:-----:|:-----:|:-----:| | ||
| bits | 12 | 16 | 20 | 20 | 16 | 16 | 13 | | ||
| Max Voltage | 26 | 36 | 85 | 85 | 48 | 85 | 26 | | ||
| Communication | I2C | I2C | I2C | SPI | I2C | SPI | I2C | | ||
| Channels | 1 | 1 | 1 | 1 | 1 | 1 | 3 | | ||
| | | | | | | | | | ||
| getBusVoltage | Y | Y | Y | Y | Y | Y | Y | | ||
| getShuntVoltage | Y | Y | Y | Y | Y | Y | Y | | ||
| getCurrent | Y | Y | Y | Y | Y | Y | Y | | ||
| getPower | Y | Y | Y | Y | Y | Y | Y | | ||
| getTemperature | - | - | Y | Y | - | Y | - | | ||
| getEnergy | - | - | Y | Y | - | - | - | | ||
| getCharge | - | - | Y | Y | - | - | - | | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters