Replies: 5 comments
-
No plans right now, but you do have full access to the Pico SDK to use their own APIs |
Beta Was this translation helpful? Give feedback.
-
What features are you looking for? The SDK examples are easy to port to the Arduino sketch format. There are 3 here, do any of these satisfy your needs? |
Beta Was this translation helpful? Give feedback.
-
Here is the SDK hello_timer example converted to run as a sketch. The others can be converted using the same approach.
|
Beta Was this translation helpful? Give feedback.
-
I'm of 2 minds about this. Using the SDK is fine, but not very Arduino-like. It is, however, the easiest to implement since it's actually nothing on my end. A simple |
Beta Was this translation helpful? Give feedback.
-
You can try this RPI_PICO_TimerInterrupt library to see if it's OK for your use case. |
Beta Was this translation helpful? Give feedback.
-
Timer library that allows the management of repeating timers.
Beta Was this translation helpful? Give feedback.
All reactions