Skip to content

Commit

Permalink
github link
Browse files Browse the repository at this point in the history
  • Loading branch information
ImplFerris committed Oct 26, 2024
1 parent 803565d commit 1665eb5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/blinky/external-led.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ loop {
You can clone the blinky project I created and navigate to the `external-led` folder to run this version of the blink program:

```sh
git clone https://github.com/ImplFerris/pico2-blinky
cd pico2-blinky/external-led
git clone https://github.com/ImplFerris/pico2-projects
cd pico2-projects/external-led
```

## How to Run?
Expand Down
4 changes: 2 additions & 2 deletions src/blinky/rp-hal.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,8 +141,8 @@ pub static PICOTOOL_ENTRIES: [hal::binary_info::EntryAddr; 5] = [
You can clone the blinky project I created and navigate to the `rprs-blinky` folder to run this version of the blink program:

```sh
git clone https://github.com/ImplFerris/pico2-blinky
cd pico2-blinky/rprs-blinky
git clone https://github.com/ImplFerris/pico2-projects
cd pico2-projects/rprs-blinky
```

## How to Run?
Expand Down

0 comments on commit 1665eb5

Please sign in to comment.