diff --git a/docs/IMG_7754.png b/docs/IMG_7754.png new file mode 100644 index 0000000..cf41fe6 Binary files /dev/null and b/docs/IMG_7754.png differ diff --git a/docs/README.md b/docs/README.md index b9023b6..3e3ed93 100644 --- a/docs/README.md +++ b/docs/README.md @@ -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.