8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
Wire class may have transmission errors, and these are returned on the endTransmission() call.
endTransmission()
The exposed methods of the RTC classes does not make it easy to expose a return error value in some cases.
Esp32 already exposes a Wire.lastError()but this is not available on all platform versions of the library.
Wire.lastError()
Current proposal is to expose a new method "lastError()" that will return the last return value from the 'endTransmission()` call.
The text was updated successfully, but these errors were encountered:
#85
Sorry, something went wrong.
exposed LastError()
LastError()
Makuna
No branches or pull requests
Wire class may have transmission errors, and these are returned on the
endTransmission()
call.The exposed methods of the RTC classes does not make it easy to expose a return error value in some cases.
Esp32 already exposes a
Wire.lastError()
but this is not available on all platform versions of the library.Current proposal is to expose a new method "lastError()" that will return the last return value from the 'endTransmission()` call.
The text was updated successfully, but these errors were encountered: