Does it work with raspberry pi pico? #167
-
I know it says it works with Raspberry Pi. But does it work also with the raspberry pi pico? |
Beta Was this translation helpful? Give feedback.
Answered by
arkhipenko
May 18, 2023
Replies: 1 comment 4 replies
-
If you provide your own millis() method in an Arduino.h file it totally should. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You might need to also provide micros(), but it could be empty to just satisfy the dependency if you are not using it.
Or just convert (time_us_64) to uint32_t and return that.