Zanduino / INA

Combined Arduino library for reading multiple INA2xx power monitor devices
GNU General Public License v3.0
158 stars 41 forks source link

Ina3221 alerts implementation #96

Open kik-off opened 1 year ago

kik-off commented 1 year ago

Hello Zanduino, first of all thank you very much for your awesome library, I am using it with 8 ina3221 and it works perfectly fine.

The problem is when setting the alert functions like "alertOnBusOverVoltage", "alertOnBusUnderVoltage", etc. It never goes LOW regardless of the millivolts that set, I have looked at the functions and I see that they actually return false since the type for the ina3221 is not defined in the switch.

Would it be possible to implement the alerts for the ina3221?

Thanks for your attention.