mirror of
https://github.com/Dasharo/zephyr.git
synced 2026-03-06 14:57:20 -08:00
This patch adds support for the TI INA3221 current monitor. This is the datasheet used for reference: https://www.ti.com/lit/gpn/ina3221 Since this device has three channels, there is a custom attribute to select which channel is to be used when getting a sample. Measurements are done on all enabled channels. Signed-off-by: Maximilian Deubel <maximilian.deubel@nordicsemi.no>