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.
1 parent e225243 commit 760d3b8Copy full SHA for 760d3b8
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", "power" ]
9
+}
0 commit comments