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
Yes, this is possible. You would need to redefine your own "Arduino.h" file, implement the missing functions with an RP2040-related implementation, and then point AccelStepper to it during compilation.
I have an in-progress project built with the pico-sdk that does just that. (Compiles. Still in progress.) Feel free to reference the folder structure here. The most valueable bits for adapting to your project are probably the CMakeLists.txt and the Arduino.h file.
Does this library support the RP2040? I could not find anything in the code that suggests it doesn't, but would prefer to have a solid answer.
Thanks
The text was updated successfully, but these errors were encountered: