Zanduino / INA

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

typo #79

Closed x3mEr closed 3 years ago

x3mEr commented 3 years ago

Hello. Thanks for the great lib!

Typo in comment about bits (https://github.com/Zanduino/INA/blob/master/src/INA.cpp) in line 480: configRegister |= convRate << 3; // shift in the BADC averages

Should be: configRegister |= convRate << 3; // shift in the SADC averages

SV-Zanshin commented 3 years ago

Will be updated in the next release. thanks!