Moved assets to Lensdump
This commit is contained in:
@@ -17,7 +17,7 @@ Extensions I use:
|
||||
|
||||
A C Pico project requires additional files to handle compilation: CMakeList.txt and pico_sdk_import.cmake, templates of both available in the installed pico sdk. To automate this, I am using [Pico Project Generator](https://github.com/raspberrypi/pico-project-generator) to generate the boilerplate code for the project. Most of the options are left default. The only changes are: `Console over USB` and `Create VSCode Project` are enabled.
|
||||
|
||||
<img src="../assets/picoProjGen.png" width="300">
|
||||
<img src="https://a.l3n.co/i/722InF.md.png" width="300">
|
||||
|
||||
### Uploading Code
|
||||
|
||||
@@ -28,7 +28,7 @@ Currently I program the pico over USB connection, and to do so,
|
||||
|
||||
This will wear-out the port upon time. To solve this, the `RUN` pin #30 can be pulled down/connect to `GND` to reset the board. I use a button to acomplish that, from now on called the reset button, as seen below.
|
||||
|
||||
<img src="../assets/picoResetButton.png" width=300>
|
||||
<img src="https://b.l3n.co/i/722tOD.png" width=300>
|
||||
|
||||
So uploading the code requires following steps:
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@ The classic, the helloWorld of embedded programming. This program turns the LED
|
||||
- Build the project by pressing the `build` button at the bottom and select the option with `arm-none-eabi`.
|
||||
- Make sure the build exits with code 0.
|
||||
|
||||
<img src="../assets/buildButton.png" width="300">
|
||||
<img src="https://c.l3n.co/i/7220Vr.png" width="300">
|
||||
|
||||
### Basic Code:
|
||||
|
||||
|
||||
3
assets/README.md
Normal file
3
assets/README.md
Normal file
@@ -0,0 +1,3 @@
|
||||
All assets moved to [Lens Dump](https://lensdump.com/a/HjiLC)
|
||||
|
||||
Checkout [Lens Dump](lensdump.com) for a free and premium image hosting experence.
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 9.2 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 79 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 32 KiB |
Reference in New Issue
Block a user