Skip to content

Commit

Permalink
external link fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ImplFerris committed Dec 20, 2024
1 parent a25928e commit 8899ff9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
- [I2C](./oled/i2c.md)
- [Hello World](./oled/hello-oled.md)
- [Ferris](./oled/ferris.md)
- [Image2Bytes Generator](https://implferris.github.io/image2bytes/)
- [Servo Motor](./servo/index.md)
- [Intro](./servo/servo.md)
- [More on PWM](./servo/pwm.md)
Expand Down
3 changes: 3 additions & 0 deletions src/oled/ferris.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,6 @@ You can clone (or refer) project I created and navigate to the `ferris-oled` fol
git clone https://github.com/ImplFerris/pico2-projects
cd pico2-projects/ferris-oled
```

## Useful tools
- Bitmap to Rust array Converter: [Image2Bytes Generator](https://implferris.github.io/image2bytes/)

0 comments on commit 8899ff9

Please sign in to comment.