commit
2c851e6a2e
2 changed files with 20 additions and 0 deletions
10
components/i2c/ina237/definition.json
Normal file
10
components/i2c/ina237/definition.json
Normal 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" ]
|
||||
}
|
||||
10
components/i2c/ina238/definition.json
Normal file
10
components/i2c/ina238/definition.json
Normal 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" ]
|
||||
}
|
||||
Loading…
Reference in a new issue