Skip to content

I2C docs: Explicitly state that addresses are 7-bit #89

New issue

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

Conversation

chrysn
Copy link
Contributor

@chrysn chrysn commented Jun 23, 2018

This may require changes in implementations that took them for 8-bit
values, but those implementations would have been incompatible with
applications written on ones that expected 7-bit values.

Closes: #88

This may require changes in implementations that took them for 8-bit
values, but those implementations would have been incompatible with
applications written on ones that expected 7-bit values.

Closes: rust-embedded#88
chrysn added a commit to chrysn/efm32gg-hal that referenced this pull request Jun 24, 2018
With [89] underway, this implementation should accept addresses in the
more widespread form and just transform them before writing them to
registers.

[89]: rust-embedded/embedded-hal#89
chrysn added a commit to chrysn/thunderboard-sltb001a that referenced this pull request Jun 26, 2018
Copy link
Member

@hannobraun hannobraun left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me!

@therealprof therealprof merged commit 5cc1bf8 into rust-embedded:master Jun 26, 2018
@chrysn chrysn deleted the i2c-address-clarification branch January 31, 2019 17:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants