Closed x3mEr closed 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
configRegister |= convRate << 3; // shift in the BADC averages
Should be: configRegister |= convRate << 3; // shift in the SADC averages
configRegister |= convRate << 3; // shift in the SADC averages
Will be updated in the next release. thanks!
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