Skip to content

switch back one I2C message #6738

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

Merged
merged 1 commit into from
Aug 10, 2022

Conversation

dhalbert
Copy link
Collaborator

@dhalbert dhalbert commented Aug 10, 2022

Fixes #6737.

I inadvertently changed "All I2C peripherals are in use" to "All I2C targets are in use" in I2Ctarget.c in #6721. This switches it back. Thanks to @bergdahl and @jepler for noticing.

In this particular message, "peripheral" means the hardware on the microcontroller chip. It does not refer to an "I2C target", formerly called an "I2C peripheral". The other changes of "I2C peripheral" to "I2C target" do reflect the updated official terminology.

Copy link
Member

@tannewt tannewt left a comment

Choose a reason for hiding this comment

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

Thank you!

@dhalbert dhalbert merged commit ff04c25 into adafruit:main Aug 10, 2022
@dhalbert dhalbert deleted the i2c-peripheral-target-confusion branch August 10, 2022 16:52
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.

Disucssion of new I2C target terminology; fix one misuse
2 participants