From 13f5e5ea3bf50891c54519dcdfc5dba3d1a54786 Mon Sep 17 00:00:00 2001 From: Dave Jones Date: Fri, 14 Jul 2017 14:21:08 +0100 Subject: [PATCH] Fix old references to PiGPIOPin --- docs/remote_gpio.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/remote_gpio.rst b/docs/remote_gpio.rst index d33ac61..e527e77 100644 --- a/docs/remote_gpio.rst +++ b/docs/remote_gpio.rst @@ -183,9 +183,10 @@ following: If you are running this from a PC (not a Raspberry Pi) with gpiozero and the pigpio Python library installed, this will work with no further configuration. However, if you are running this from a Raspberry Pi, you will also need to -ensure the default pin factory is set to ``PiGPIOPin``. If ``RPi.GPIO`` is +ensure the default pin factory is set to ``PiGPIOFactory``. If ``RPi.GPIO`` is installed, this will be selected as the default pin factory, so either -uninstall it, or use another environment variable to set it to ``PiGPIOPin``: +uninstall it, or use another environment variable to set it to +``PiGPIOFactory``: .. code-block:: console