Skip to content

Commit

Permalink
rp-hal and embassy exercies repo seperation
Browse files Browse the repository at this point in the history
  • Loading branch information
ImplFerris committed Dec 22, 2024
1 parent 4802f2a commit f963a4d
Show file tree
Hide file tree
Showing 20 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion src/blinky/external-led.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ 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-projects
git clone https://github.com/ImplFerris/pico2-rp-projects
cd pico2-projects/external-led
```

Expand Down
2 changes: 1 addition & 1 deletion src/blinky/rp-hal.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ 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-projects
git clone https://github.com/ImplFerris/pico2-rp-projects
cd pico2-projects/rprs-blinky
```

Expand Down
2 changes: 1 addition & 1 deletion src/buzzer/beep.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ loop {
You can clone (or refer) project I created and navigate to the `beep` folder.

```sh
git clone https://github.com/ImplFerris/pico2-projects
git clone https://github.com/ImplFerris/pico2-rp-projects
cd pico2-projects/beep
```

Expand Down
2 changes: 1 addition & 1 deletion src/buzzer/play.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ loop {
You can clone (or refer) project I created and navigate to the `got-buzzer` folder.

```sh
git clone https://github.com/ImplFerris/pico2-projects
git clone https://github.com/ImplFerris/pico2-rp-projects
cd pico2-projects/got-buzzer
```

Expand Down
2 changes: 1 addition & 1 deletion src/joystick/adc-values-to-ubs-serial.md
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ pub static PICOTOOL_ENTRIES: [hal::binary_info::EntryAddr; 5] = [
You can clone (or refer) project I created and navigate to the `joystick-usb` folder.

```sh
git clone https://github.com/ImplFerris/pico2-projects
git clone https://github.com/ImplFerris/pico2-rp-projects
cd pico2-projects/joystick-usb/
```

Expand Down
2 changes: 1 addition & 1 deletion src/lcd-display/display-custom-chars.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ Displaying the character is straightforward. You just need to use the CustomChar
You can clone (or refer) project I created and navigate to the `lcd-custom` folder.

```sh
git clone https://github.com/ImplFerris/pico2-projects
git clone https://github.com/ImplFerris/pico2-rp-projects
cd pico2-projects/lcd-custom/
```
2 changes: 1 addition & 1 deletion src/lcd-display/hello-rust.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,6 @@ lcd.write_str("Hello, Rust!", &mut timer).unwrap();
You can clone (or refer) project I created and navigate to the `lcd-hello` folder.

```sh
git clone https://github.com/ImplFerris/pico2-projects
git clone https://github.com/ImplFerris/pico2-rp-projects
cd pico2-projects/lcd-hello/
```
2 changes: 1 addition & 1 deletion src/lcd-display/multi-custom-character.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,6 @@ lcd.set_cursor(&mut timer, 1, 4)
You can clone (or refer) project I created and navigate to the `lcd-custom-multi` folder.

```sh
git clone https://github.com/ImplFerris/pico2-projects
git clone https://github.com/ImplFerris/pico2-rp-projects
cd pico2-projects/lcd-custom-multi/
```
2 changes: 1 addition & 1 deletion src/oled/ferris.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ im.draw(&mut display).unwrap();
You can clone (or refer) project I created and navigate to the `ferris-oled` folder.

```sh
git clone https://github.com/ImplFerris/pico2-projects
git clone https://github.com/ImplFerris/pico2-rp-projects
cd pico2-projects/ferris-oled
```

Expand Down
2 changes: 1 addition & 1 deletion src/oled/hello-oled.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,6 @@ loop {
You can clone (or refer) project I created and navigate to the `hello-oled` folder.

```sh
git clone https://github.com/ImplFerris/pico2-projects
git clone https://github.com/ImplFerris/pico2-rp-projects
cd pico2-projects/hello-oled
```
2 changes: 1 addition & 1 deletion src/rfid/change-auth-key.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ There's nothing new in the main loop. All the read and write functions are ones
You can clone (or refer) project I created and navigate to the `rfid-change-key` folder.

```sh
git clone https://github.com/ImplFerris/pico2-projects
git clone https://github.com/ImplFerris/pico2-rp-projects
cd pico2-projects/rfid-change-key/
```

Expand Down
2 changes: 1 addition & 1 deletion src/rfid/dump-memory.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ loop {
You can clone (or refer) project I created and navigate to the `rfid-dump` folder.

```sh
git clone https://github.com/ImplFerris/pico2-projects
git clone https://github.com/ImplFerris/pico2-rp-projects
cd pico2-projects/rfid-dump/
```

Expand Down
2 changes: 1 addition & 1 deletion src/rfid/read-data.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ The main loop operates similarly to what we covered in the previous chapter. Aft
You can clone (or refer) project I created and navigate to the `rfid-read` folder.

```sh
git clone https://github.com/ImplFerris/pico2-projects
git clone https://github.com/ImplFerris/pico2-rp-projects
cd pico2-projects/rfid-read/
```

Expand Down
2 changes: 1 addition & 1 deletion src/rfid/read-uid.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ loop {
You can clone (or refer) project I created and navigate to the `rfid-uid` folder.

```sh
git clone https://github.com/ImplFerris/pico2-projects
git clone https://github.com/ImplFerris/pico2-rp-projects
cd pico2-projects/rfid-uid/
```

Expand Down
2 changes: 1 addition & 1 deletion src/rfid/uid-led.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ loop {
You can clone (or refer) project I created and navigate to the `rfid-led` folder.

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

Expand Down
2 changes: 1 addition & 1 deletion src/rfid/write-data.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ The main loop begins by reading and printing the current content of a specified
You can clone (or refer) project I created and navigate to the `rfid-write` folder.

```sh
git clone https://github.com/ImplFerris/pico2-projects
git clone https://github.com/ImplFerris/pico2-rp-projects
cd pico2-projects/rfid-write/
```

Expand Down
2 changes: 1 addition & 1 deletion src/sdcard/read-sdcard.md
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ pub static PICOTOOL_ENTRIES: [hal::binary_info::EntryAddr; 5] = [
You can clone (or refer) project I created and navigate to the `read-sdcard` folder.

```sh
git clone https://github.com/ImplFerris/pico2-projects
git clone https://github.com/ImplFerris/pico2-rp-projects
cd pico2-projects/read-sdcard/
```

Expand Down
2 changes: 1 addition & 1 deletion src/servo/action.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,6 @@ fn main() -> ! {
You can clone (or refer) project I created and navigate to the `servo` folder.

```sh
git clone https://github.com/ImplFerris/pico2-projects
git clone https://github.com/ImplFerris/pico2-rp-projects
cd pico2-projects/servo
```
2 changes: 1 addition & 1 deletion src/ultrasonic/action.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ loop {
You can clone (or refer) project I created and navigate to the `ultrasonic` folder.

```sh
git clone https://github.com/ImplFerris/pico2-projects
git clone https://github.com/ImplFerris/pico2-rp-projects
cd pico2-projects/ultrasonic
```

Expand Down
2 changes: 1 addition & 1 deletion src/usb-serial/action.md
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ pub static PICOTOOL_ENTRIES: [hal::binary_info::EntryAddr; 5] = [
You can clone (or refer) project I created and navigate to the `usb-fun` folder.

```sh
git clone https://github.com/ImplFerris/pico2-projects
git clone https://github.com/ImplFerris/pico2-rp-projects
cd pico2-projects/usb-fun/
```

Expand Down

0 comments on commit f963a4d

Please sign in to comment.