drivers: sensor: INA219: added support

This adds support for the TI INA219 Zero-Drift, Bidirectional
Current/Power Monitor with I2C Interface

Signed-off-by: Leonard Pollak <leonardp@tr-host.de>
This commit is contained in:
Leonard Pollak 2021-05-21 21:42:25 +02:00 committed by Maureen Helm
commit d6eb80ac27
7 changed files with 560 additions and 0 deletions

View file

@ -116,6 +116,8 @@ source "drivers/sensor/ina23x/Kconfig"
source "drivers/sensor/isl29035/Kconfig"
source "drivers/sensor/ina219/Kconfig"
source "drivers/sensor/ism330dhcx/Kconfig"
source "drivers/sensor/lis2dh/Kconfig"