Skip to content

Commit

Permalink
docs: add pinout with explanation
Browse files Browse the repository at this point in the history
  • Loading branch information
DavSanchez committed Jun 15, 2024
1 parent d28079c commit 78c8421
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
Binary file added docs/IMG_7754.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,13 @@ In this `master` branch, you can see the following areas covered:

Come on! Go to [`src/main.rs`!](../src/main.rs)

## Pinout

This is the device pinout, in particular check for the `GPIO` labels inside the yellow square which represents the SoC and the labels associated with each of them. This show us what device is connected to each pin, so it's a matter of saying if we want to put a HIGH or a LOW on each pin to achieve the effect we want!

![](./IMG_7754.png)


## Develop with Dev Containers
This repository offers Dev Containers support, for developing quickly with VS Code.

Expand Down

0 comments on commit 78c8421

Please sign in to comment.