Skip to content

Commit edc3772

Browse files
authored
Add link to an alternative Python library
1 parent 93a6e40 commit edc3772

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

README.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,17 @@ For support, comments, questions, etc please join the WiringPi Discord
88
channel: https://discord.gg/SM4WUVG
99

1010
WiringPi for Python
11-
===================
11+
~~~~~~~~~~~~~~~~~~~
1212

1313
WiringPi: An implementation of most of the Arduino Wiring functions for
1414
the Raspberry Pi.
1515

1616
WiringPi implements new functions for managing IO expanders.
1717

18+
**Alternative**
19+
20+
* `GPIO Zero <https://github.com/gpiozero/gpiozero>`_ is another Python library for controlling GPIO. It is installed by default in Raspberry Pi OS and is used in the `Raspberry Pi GPIO documentation <https://www.raspberrypi.org/documentation/usage/gpio/python/>`_.
21+
1822
Quick Install
1923
=============
2024

0 commit comments

Comments
 (0)