Adds embedded_hal::blocking::i2c::Transactional#229
Adds embedded_hal::blocking::i2c::Transactional#229jmarcelomb wants to merge 6 commits intoesp-rs:masterfrom
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