Skip to content

Commit

Permalink
board diagram
Browse files Browse the repository at this point in the history
  • Loading branch information
ImplFerris committed Oct 21, 2024
1 parent 17e1237 commit dcad6ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/blinky/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ In this section, we'll learn how to blink an LED using the Raspberry Pi Pico 2.

The onboard LED of the Pico is connected to GPIO pin 25 (based on the datasheet). To make it blink, we toggle the pin between high and low states at regular intervals. This turns the LED on and off, producing a blinking effect.

<img style="display: block; margin: auto;" alt="pico2" src="../images/pico2-board.png"/>

## Choosing the crate
You can develop using two main approaches: the rp-rs HAL or the Embassy framework.

Expand Down
Binary file added src/images/pico2-board.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit dcad6ca

Please sign in to comment.