I2C Manager and more (Thank you for inspiring me...)
ropg opened this issue · 2 comments
Hello Mika. Pleased to meet you...
I think you might like I2C Manager. It does the same thing as I2C Helper, but offers quite a few more features. At the same time, it still lets people use all the platform-agnostic code you wrote (thank you for that), even making your code easier to use.
Here's I2C Manager itself, and here is a sample project for M5Core2, showing some other components I did and so you can see it all in action.
Regards,
Rop
Oh wow, thanks for the link, I was not aware.
I'll make sure my implementation plays nice with his, coupling the mutexes somehow. @UncleRus is a bit sparse on README, but I'll check it out when I have time.
Please also have a look at my PR for axp192. I'd love to remove dependencies on my modified version. (If you like the mods, that is.)