mirror of
https://github.com/KevinMidboe/python-gpiozero.git
synced 2025-10-29 17:50:37 +00:00
Fix #565
Add mock pins docs and tidy up some other bits of the pins docs
This commit is contained in:
@@ -64,6 +64,12 @@ class RPIOFactory(LocalPiFactory):
|
||||
|
||||
|
||||
class RPIOPin(LocalPiPin):
|
||||
"""
|
||||
Pin implementation for the `RPIO`_ library. See :class:`RPIOFactory` for
|
||||
more information.
|
||||
|
||||
.. _RPIO: https://pythonhosted.org/RPIO/
|
||||
"""
|
||||
GPIO_FUNCTIONS = {
|
||||
'input': RPIO.IN,
|
||||
'output': RPIO.OUT,
|
||||
|
||||
Reference in New Issue
Block a user