You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
That would be great, however the project I'm working on with the Max32660 is my first Rust project. I have working UART and some I2C drivers (soon to test when the circuit is assembled), but would need help massaging the code into your HAL and putting the code into macros.
Sounds good, I'm a casual rust user, though I would like to find time to get better at it. Perhaps I can take a stab at incorporating your I2C work into my HAL and I can have a PR for us to look through.
I've gotten I2C master mode working on a test circuit (only tested on 7-bit addressing; 10 bit is theoretically implemented). Do you want to review my code in this repo and make recommendations for porting into your project? I can also fork your project and pull request in, but it would take me another week to integrate.
Perhaps we can jointly work on this work if you are interested, here is the max32660-hal I have worked on periodically.
The text was updated successfully, but these errors were encountered: