We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
Documentation Fix
f5661df
Issue #79
Will be updated in the next release. thanks!
Sorry, something went wrong.
SV-Zanshin
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: