From 32cb3809be39028712dbfa44dab542dc9bc775bf Mon Sep 17 00:00:00 2001 From: Phani Pavan K Date: Wed, 6 Nov 2024 21:14:34 +0530 Subject: [PATCH] Update 0_Introduction/setup.md --- 0_Introduction/setup.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/0_Introduction/setup.md b/0_Introduction/setup.md index 8306241..a38091d 100644 --- a/0_Introduction/setup.md +++ b/0_Introduction/setup.md @@ -19,6 +19,8 @@ A C Pico project requires additional files to handle compilation: CMakeList.txt ### 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, - the USB has to be unplugged - 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 -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. \ No newline at end of file