Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

TwoWire::endTransmission() does not return the expected value #14

Closed
epsilonrt opened this issue Feb 1, 2019 · 0 comments
Closed

TwoWire::endTransmission() does not return the expected value #14

epsilonrt opened this issue Feb 1, 2019 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@epsilonrt
Copy link
Owner

TwoWire::endTransmission() returns a boolean that is true if successful, then it should return a byte, which indicates the status of the transmission:
0:success
1:data too long to fit in transmit buffer
2:received NACK on transmit of address
3:received NACK on transmit of data
4:other error

@epsilonrt epsilonrt added the bug Something isn't working label Feb 1, 2019
@epsilonrt epsilonrt self-assigned this Feb 1, 2019
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant