Skip to content
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

I²C Configured in Fast Mode by Default #24

Open
rei-vilo opened this issue Feb 15, 2019 · 1 comment
Open

I²C Configured in Fast Mode by Default #24

rei-vilo opened this issue Feb 15, 2019 · 1 comment
Assignees
Milestone

Comments

@rei-vilo
Copy link
Member

I²C is configured in fast mode 400 kHz by default.

params.bitRate = I2C_400kHz;

Provide standard mode 100 kHz for compatibility and fast mode plus 1 MHz as well.

@robertinant
Copy link
Member

This requires us to sync with the Arduino Wire API which introduced a setClock() function to set the clock to a value other than the standard 100kHz. When this is implemented, we can default the clock to 100kHz allowing faster clocks through the setClock() API.

@robertinant robertinant self-assigned this May 2, 2019
@robertinant robertinant added this to the 5.25.1 milestone May 2, 2019
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

No branches or pull requests

2 participants