From a2365746421a6559dff5be11cef66ec1cc833982 Mon Sep 17 00:00:00 2001 From: sfalexrog Date: Thu, 1 Aug 2019 15:34:39 +0300 Subject: [PATCH] docs: Add links to eLinux --- docs/en/gpio.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/en/gpio.md b/docs/en/gpio.md index 65aa7327..6e8bf951 100644 --- a/docs/en/gpio.md +++ b/docs/en/gpio.md @@ -94,3 +94,5 @@ time.sleep(2) # disable the magnet pi.write(15, 0) ``` + +> **Note** A more [comprehensive description](https://elinux.org/RPi_Low-level_peripherals) of the Raspberry Pi GPIO pins and [additional examples](https://elinux.org/RPi_GPIO_Interface_Circuits) of circuits are available at the [Embedded Linux wiki](https://elinux.org/RPi_Hub).