Timers (Pico2) #2908
-
Hello,
Is there something similar in arduino-pico core? https://github.com/khoih-prog/RPI_PICO_TimerInterrupt but it looks like abandonware and only compatible with RP2040. Thanks for any hint |
Beta Was this translation helpful? Give feedback.
Answered by
earlephilhower
Apr 15, 2025
Replies: 1 comment 2 replies
-
Look at the |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
XFer012
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Look at the
Ticker
library here for a wrapper, and the Pico-SDKtimer
section for low-level one-shot and repeating timers.