Remove power from INA260 subcomponents as currenly unsupported

Blocked by https://github.com/adafruit/Adafruit_Sensor/issues/19
This commit is contained in:
tyeth 2025-04-03 17:04:37 +01:00
parent 760d3b8e8d
commit 7d9f3888d9

View file

@ -5,5 +5,5 @@
"documentationURL": "https://learn.adafruit.com/adafruit-ina260-current-voltage-power-sensor-breakout",
"published": false,
"i2cAddresses": [ "0x40", "0x41", "0x44", "0x45" ],
"subcomponents": [ "voltage", "current", "power" ]
"subcomponents": [ "voltage", "current" ]
}