Skip to content

Include Pico SDK? #189

Answered by earlephilhower
oerkel47 asked this question in Q&A
Jun 5, 2021 · 2 comments · 2 replies
Discussion options

You must be logged in to vote

It's part of the install. The repo has a "pico-sdk" directory which is just a git submodule of the official Pico-SDK. Your code doesn't need to worry about it, the core automatically adds the necessary include paths. Other than any conflicts between your calls and the core's infrastructure, I don't see any big issue.

If you want to really understand what's going on, you should probably go with git clone (see readme) vs. the IDE GUI install, simply because you control things 100% in that case. But either way, most Pico-SDK should "just work."

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@oerkel47
Comment options

Comment options

You must be logged in to vote
1 reply
@oerkel47
Comment options

Answer selected by oerkel47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants