Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions examples/C/src/led-matrix/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,13 @@ To build this project, you will need the following components:
This project requires the pico-sdk to access the hardware/pio/timers on the RP2040 microcontroller. If the pico-sdk isn't in your path, it will be cloned into the /lib directory on build. If there are problems accessing this dependency, ensure that the path exists:

```base
git clone -b master https://github.com/raspberrypi/pico-sdk.git
export PICO_SDK_PATH="/path/to/pico-sdk"
echo $PICO_SDK_PATH
```

---


## 2. **Hardware Setup**

![Breadboard Circuit](assets/Breadboard.jpg)
Expand Down Expand Up @@ -81,7 +82,7 @@ $ cd playground-lingua-franca/examples/C
$ lfc src/led-matrix/LedMatrix.lf

# Run the program
$ bin/LedMatrix.elf
$ picotool load -x bin/LedMatrix.elf
```

> **Note:**
Expand Down