Skip to content

Commit a054b9f

Browse files
authored
Merge pull request #247 from adafruit/add-ina260
Add definition for INA260
2 parents e225243 + 7d9f388 commit a054b9f

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"displayName": "INA260",
3+
"vendor": "Texas Instruments",
4+
"productURL": "https://www.adafruit.com/product/4226",
5+
"documentationURL": "https://learn.adafruit.com/adafruit-ina260-current-voltage-power-sensor-breakout",
6+
"published": false,
7+
"i2cAddresses": [ "0x40", "0x41", "0x44", "0x45" ],
8+
"subcomponents": [ "voltage", "current" ]
9+
}

0 commit comments

Comments
 (0)