We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e225243 + 7d9f388 commit a054b9fCopy full SHA for a054b9f
components/i2c/ina260/definition.json
@@ -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