1.4 Quick Guide on Arduino¶
In the next projects,
the code section tells you which code is used,
so you can open them by going to the kepler-kit-main/arduino/
path and
double-clicking on the .ino
file with the serial number.
But first you need to do:
Make sure you have downloaded the package and uploaded the library by referring to Add libraries.
Open & Run Code Directly¶
Open Code
For example,
2.1_hello_led.ino
.Double click on it.
Select the board as Raspberry Pi Pico.
Click on the upload icon to run the code
After the Done Uploading appear, you will see the LED blinking.