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

Implement embedded_hal::i2c::I2c #110

Merged
merged 1 commit into from
Oct 12, 2024

Conversation

akhilles
Copy link
Contributor

@akhilles akhilles commented Oct 10, 2024

Created helpers for waiting, setting R/W, and reading/writing so that it's possible to chain together operations in a transaction.

This was tested on an stm32h747igt6 against multiple i2c peripherals.

Created helpers for wait, set read/write, and read/write so that it's
possible to chain together operations in a transaction.

Signed-off-by: Akhil Velagapudi <[email protected]>
@David-OConnor
Copy link
Owner

Looks good!

@David-OConnor David-OConnor merged commit 7a010d4 into David-OConnor:main Oct 12, 2024
1 of 48 checks passed
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.

2 participants