Replies: 1 comment 4 replies
-
If you just install the Arduino-Pico core in the Arduino IDE as documented, then a simple Blink sketch should not come up with an error about not finding How exactly did you install this core, how do you trigger a build? |
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
-
Just starting with Pico. Evaluating using VS Code or Arduino IDE. Tried to copy LED blink example VS Code to Arduino. Got hung up on the 'correct' pico.h not being included. In the VS Code extension config_autogen.h has this line
#include "<user_path>/.pico-sdk/sdk/2.0.0/src/boards/include/boards/pico.h"
I find nothing similar in the Arduino IDE and cannot at this juncture deduce how to have this 'correct' pico.h included for each RP2040 based project.
Help appreciated.
Beta Was this translation helpful? Give feedback.
All reactions