From 64405b2ec923b3e904ce8a0cc5cfb30927f386f6 Mon Sep 17 00:00:00 2001 From: Forte Date: Tue, 6 Aug 2019 06:03:25 -0400 Subject: [PATCH] Added Reference Link for BCM Numbering of pins (#10042) I spent like 2 hours trying to figure out what I was doing wrong in my wiring, only to eventually find this graphic and realized the pin numbers I were using were wrong. I feel like this link will help others. --- source/_components/rpi_gpio.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_components/rpi_gpio.markdown b/source/_components/rpi_gpio.markdown index 780c1caaea9..de60def7e1b 100644 --- a/source/_components/rpi_gpio.markdown +++ b/source/_components/rpi_gpio.markdown @@ -41,7 +41,7 @@ ports: type: map keys: "port: name": - description: The port numbers (BCM mode pin numbers) and corresponding names. + description: The port numbers ([BCM mode pin numbers](https://pinout.xyz/resources/raspberry-pi-pinout.png)) and corresponding names. required: true type: string bouncetime: