-
Notifications
You must be signed in to change notification settings - Fork 604
Rp2040 #78
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
Rp2040 #78
Conversation
I renamed the enum member EXTERN to EXTERNAL. For consistency, I also renmaed INTERN.
The solution is to define them based on the equivalent rp2040 constants
until I find a way to make it compatible, it is disabled when compling for rp2040. Problem is that SPIClass and SPISettings are not defined, SPI seems to work somewhat differently in rp2040
Hmmm... I was actually hoping to put this into a new branch... |
Very nice! |
For windows users, change of driver needed in some cases. |
FYI. 3PWM and 6PWM work out of the box for me, well done! ;D |
Hey, I think it could be merged, especially if you tested it :-) |
Ok, I am in. It's probably good that it goes out so that we have a bit feedback :D |
Just a quick info, since it is a bit related to this PR. I've had to change the So now the enum is; enum Pullup{
USE_INTERN, //!< Use internal pullups
USE_EXTERN //!< Use external pullups
};
|
RP2040 aka Raspberry Pico support.
3PWM and 6PWM, tests are ongoing.