sensor: add MAX17262 fuel gauge driver and sample application
The MAX17262 is an ultra-low power fuel-gauge IC which implements the Maxim ModelGauge m5 algorithm. The IC monitors a single-cell battery pack and supports internal current sensing for up to 3.1A pulse current. The IC provides best performance for batteries with 100mAhr to 6Ahr capacity. Signed-off-by: Matija Tudan <mtudan@mobilisis.hr>
This commit is contained in:
parent
0500d75c3a
commit
d2c503f202
15 changed files with 678 additions and 0 deletions
|
@ -144,6 +144,8 @@ source "drivers/sensor/lsm9ds0_mfd/Kconfig"
|
|||
|
||||
source "drivers/sensor/max17055/Kconfig"
|
||||
|
||||
source "drivers/sensor/max17262/Kconfig"
|
||||
|
||||
source "drivers/sensor/max30101/Kconfig"
|
||||
|
||||
source "drivers/sensor/max44009/Kconfig"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue