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

Add asynchronous I2C read and write operations #2167

Merged
merged 7 commits into from
May 21, 2024
Merged

Add asynchronous I2C read and write operations #2167

merged 7 commits into from
May 21, 2024

Conversation

earlephilhower
Copy link
Owner

Fixes #1730

Uses DMA operations to avoid the need to bit-bang or busy wait for I2C operations that might be very slow. Optional, adds new API calls to enable. Simple example included.

Fixes #1730

Uses DMA operations to avoid the need to bit-bang or busy wait for I2C operations
that might be very slow.  Optional, adds new API calls to enable.  Simple example
included.
@earlephilhower earlephilhower merged commit 1181482 into master May 21, 2024
13 checks passed
@earlephilhower earlephilhower deleted the i2c2 branch May 21, 2024 21:32
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.

Feature Request: Non-Blocking I2C
1 participant