Skip to content

Change slave address in I2C master slave asynch test #3428

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
Dec 19, 2016

Conversation

LMESTM
Copy link
Contributor

@LMESTM LMESTM commented Dec 12, 2016

0x90 is I2C slave device address which is used on by temperature sensor (like TMP102 temperature sensor, also on ci test shiled). So to avoid conflicts on a board where the sensor is used and we also want to test master / slave communication, I propose to change the default salve address to another one (if 0x80 is not suitable, feel free to propose another one)

Change test slave address to 0x80 because 0x90 is used by a real slave
(temperature sensor) on few boards like the CI shield.
Copy link
Contributor

@bridadan bridadan left a comment

Choose a reason for hiding this comment

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

Seems fine to me!

@bridadan
Copy link
Contributor

Any strong opinions @0xc0170? Nothing in our CI systems currently touch this test.

@bridadan
Copy link
Contributor

retest uvisor

1 similar comment
@sg-
Copy link
Contributor

sg- commented Dec 15, 2016

retest uvisor

@adbridge adbridge merged commit e182ff4 into ARMmbed:master Dec 19, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants