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
The usage of the Wire library is not okay in these files:
There is no such thing as a timeout after a Wire.requestFrom(). The Wire.requestFrom() should not be followed by Wire.endTransmission. Explanation: Common-mistakes, number 1 and 2. See also my alternative explanation of the functions of the Wire library.
The text was updated successfully, but these errors were encountered:
Thanks for the comment. Those are not my libraries, but I will check if there are newer versions.
Sorry, something went wrong.
Closing
Is Pololu the original author of the code? I wanted to create a issue over there, but I already did: pololu/zumo-shield-arduino-library#1
@Koepel I don't remember where I got those files from. It has been a couple of years. But, it probably was them. Thanks again.
No branches or pull requests
The usage of the Wire library is not okay in these files:
There is no such thing as a timeout after a Wire.requestFrom().
The Wire.requestFrom() should not be followed by Wire.endTransmission.
Explanation: Common-mistakes, number 1 and 2.
See also my alternative explanation of the functions of the Wire library.
The text was updated successfully, but these errors were encountered: