-
Notifications
You must be signed in to change notification settings - Fork 431
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pico-SDK not initializing #1273
Comments
The Pico SDK stdio is not supported since the USB and UART ports are owned by the Arduino Serial/1/2 ports. The Arduino way is |
Is there any way to interact with the timers without accessing the raw timer registers? |
There's the |
I just tried to get some timer stuff running and noticed that the documentation has no such thing in it (something like Timer1/2/3 in Arduino).
When using
#include <pico/stdlib.h>
andstdio_init_all()
to start a timer using the pico-sdk, the following compilation error shows up:I am using the most recent version with PlatformIO.
The text was updated successfully, but these errors were encountered: