Conversation
…r different WireInterface implementations
…on of alternative I2C libraries
…16K33 on the I2C bus
…EATED START mode of I2C
…-party I2C libraries which provide only a 2-argument requestFrom()
…ations for various error codes
…es flash usage by a handful of bytes
…) could make the SCL signal more symmetric, but devices don't mind so leave it out
…t8_t from beginTransmission()
…ACK bit instead of after, for better compliance with I2C protocol
…uffered implementations
…erface can take 10X less flash memory compared to <Wire.h>
… read() of the last byte; fix error handling of requestFrom()
…d of incorrect 9 bytes
…tus codes of each method
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
examples/MemoryBenchmarkandexamples/AutoBenchmarkto gathermemory and CPU consumption numbers of the pre-installed hardware
<Wire.h>and some selected third party I2C libaries:sendStopparameter toendTransmission().uint8_tstatus code frombeginTransmission().endRequest(). STOP condition is now sent by theread()methodupon reading the last byte.
handling of each operation.