Update 0_Introduction/setup.md
This commit is contained in:
@@ -19,6 +19,8 @@ A C Pico project requires additional files to handle compilation: CMakeList.txt
|
|||||||
|
|
||||||
### Uploading Code
|
### Uploading Code
|
||||||
|
|
||||||
|
The C code gets compiled to a `.UF2` binary file. This file should be uploaded to the pico.
|
||||||
|
|
||||||
Currently I program the pico over USB connection, and to do so,
|
Currently I program the pico over USB connection, and to do so,
|
||||||
- the USB has to be unplugged
|
- the USB has to be unplugged
|
||||||
- The button on the board has to be held down to put the board into programming mode
|
- The button on the board has to be held down to put the board into programming mode
|
||||||
@@ -40,6 +42,6 @@ This will mount the pico as a storage device, to where the generated `.UF2` file
|
|||||||
|
|
||||||
## Hardware Setup
|
## Hardware Setup
|
||||||
|
|
||||||
I have the RaspberryPi Pico Non-W variant: without the wireless chip. Soldered male jumper headers and mounted it onto a large breadboard. I am using solid copper wires for connections, because they stay in set shape.
|
I have the RaspberryPi Pico Non-W variant: without the wireless chip. I soldered male jumper headers and mounted it onto a large breadboard. I am using solid copper wires for connections because they stay in set shape.
|
||||||
|
|
||||||
I am using a button as mentioned above to upload the program.
|
I am also using a button as mentioned above to upload the program. This will be my standard setup for the rest of the guides.
|
||||||
Reference in New Issue
Block a user