-
Notifications
You must be signed in to change notification settings - Fork 173
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
Adds embedded_hal::blocking::i2c::Transactional #229
base: master
Are you sure you want to change the base?
Conversation
Ty for the PR. Seems good so far, if you have the chance to test it with your sensor that would be great. |
@jmmb13 can you fix the clippy warnings |
@Vollbrecht Is this still relevant? |
yes, if the original author will not fix the CI i can impl it if you want. |
Let's do it, but no rush - it will be merged after this weekend's release anyway. |
I'm sorry for not answering, I was off. I added ";" that I think it is required to don't exit in the first operation. |
dont forget to run |
How do I run clippy?
|
you can run the build commands like we do it in the CI : for example for an riscv target run |
I ran it doesn't complain. |
@Vollbrecht The PR passes |
@ivmarkov i think we are not ready yet.
|
I can impl this trait in #397 for the legacy version of the driver. |
feel free to do so if you want! |
Hello,
I was trying to use an ESP32-C3 with the module crate pn532.
I didn't test yet, but I think it is the implementation.
Thank you