From d9c10887f9ba01d175d9255c4d41a9c42a2d84eb Mon Sep 17 00:00:00 2001 From: Tyeth Gundry Date: Wed, 13 Aug 2025 16:10:42 +0100 Subject: [PATCH] Add INA228 (unpublished) --- components/i2c/ina228/definition.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 components/i2c/ina228/definition.json diff --git a/components/i2c/ina228/definition.json b/components/i2c/ina228/definition.json new file mode 100644 index 0000000..10c521b --- /dev/null +++ b/components/i2c/ina228/definition.json @@ -0,0 +1,10 @@ +{ + "displayName": "INA228", + "vendor": "Texas Instruments", + "productURL": "https://www.adafruit.com/product/5832", + "documentationURL": "https://learn.adafruit.com/adafruit-ina228-i2c-power-monitor", + "description": "85V, 20-bit, ultra-high-precision power monitor (max 10A, 0.05% gain error)", + "published": false, + "i2cAddresses": [ "0x40", "0x41", "0x44", "0x45" ], + "subcomponents": [ "voltage", "current" ] +}