Arduino-INA3221 icon indicating copy to clipboard operation
Arduino-INA3221 copied to clipboard

Arduino library for INA3221 triple-channel current and voltage sensor.

Results 4 Arduino-INA3221 issues
Sort by recently updated
recently updated
newest added

There is an accidental rounding in the getCurrent function. to fix this you can use this code to get values between full mA ``` float Sensor_INA3221_Class::getCurrent(ina3221_ch_t channel) { int32_t shunt_uV...

I am trying to run this on a UM FeatherS2. during compile im getting the following error message ``` In file included from C:\Users\vanga\Documents\Arduino\libraries\Arduino-INA3221\Beastdevices_INA3221.cpp:29: C:\Users\vanga\Documents\Arduino\libraries\Arduino-INA3221\Beastdevices_INA3221.h:112:40: warning: 'packed' attribute ignored [-Wattributes]...