Added keyword args to MockFactory.pin

And a few other last minute fixes
This commit is contained in:
Dave Jones
2016-10-23 15:29:55 +01:00
parent 2ecc25f995
commit 945bea4e54
8 changed files with 75 additions and 21 deletions

View File

@@ -154,6 +154,22 @@ Base classes
.. autoclass:: SPI
:members:
.. currentmodule:: gpiozero.pins.pi
.. autoclass:: PiFactory
:members:
.. autoclass:: PiPin
:members:
.. currentmodule:: gpiozero.pins.local
.. autoclass:: LocalPiFactory
:members:
.. autoclass:: LocalPiPin
:members:
Utilities
=========
@@ -164,6 +180,8 @@ non-physical pins are used, or to raise exceptions when pull-downs are
requested on pins with physical pull-up resistors attached. The following
functions and classes can be used to query this database:
.. currentmodule:: gpiozero
.. autofunction:: pi_info
.. autoclass:: PiBoardInfo