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.