Raspberry Pi Pico port #615
Replies: 2 comments 5 replies
-
A guide I found by googling "how to contribute on GitHub": https://www.dataschool.io/how-to-contribute-on-github/ Having a good gui for git also makes the process easier: https://www.sourcetreeapp.com https://desktop.github.com I don't know how integrated your solution is with the "Arduino" platform, maybe the best way is to create a new root platform. |
Beta Was this translation helpful? Give feedback.
-
That's great! The guide @eadf posted has all the details you need, but here's the short version for how to get it integrated into the existing codebase:
Then we can manage your PR from this end and merge it, assuming no issues. |
Beta Was this translation helpful? Give feedback.
-
Hello there!
I've ported the I2Cdev library as well as the MPU6050 one (including the DMP v6.12) to the RP2040 dev board and would like to share it but I don't know how ...
Beta Was this translation helpful? Give feedback.
All reactions