mirror of
				https://github.com/KevinMidboe/python-gpiozero.git
				synced 2025-10-29 17:50:37 +00:00 
			
		
		
		
	Added keyword args to MockFactory.pin
And a few other last minute fixes
This commit is contained in:
		| @@ -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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user