Merge pull request #262 from adafruit/ina237-238

Add INA237/238
This commit is contained in:
Tyeth Gundry 2025-07-11 15:49:43 +01:00 committed by GitHub
commit 2c851e6a2e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 20 additions and 0 deletions

View file

@ -0,0 +1,10 @@
{
"displayName": "INA237",
"vendor": "Texas Instruments",
"productURL": "https://www.adafruit.com/product/6340",
"documentationURL": "https://learn.adafruit.com/adafruit-ina237-dc-current-voltage-power-monitor",
"description": "85V, 16-bit, good-precision power monitor (up to 10A, 0.3% gain error)",
"published": false,
"i2cAddresses": [ "0x40", "0x41", "0x44", "0x45" ],
"subcomponents": [ "voltage", "current" ]
}

View file

@ -0,0 +1,10 @@
{
"displayName": "INA238",
"vendor": "Texas Instruments",
"productURL": "https://www.adafruit.com/product/6349",
"documentationURL": "https://learn.adafruit.com/adafruit-ina238-dc-current-voltage-power-monitor",
"description": "85V, 16-bit, high-precision power monitor (up to 10A, 0.1% gain error)",
"published": false,
"i2cAddresses": [ "0x40", "0x41", "0x44", "0x45" ],
"subcomponents": [ "voltage", "current" ]
}