mirror of
				https://github.com/KevinMidboe/python-gpiozero.git
				synced 2025-10-29 17:50:37 +00:00 
			
		
		
		
	| @@ -8,6 +8,11 @@ from __future__ import ( | ||||
| from .pins import ( | ||||
|     Pin, | ||||
| ) | ||||
| from .pins.data import ( | ||||
|     PiBoardInfo, | ||||
|     PinInfo, | ||||
|     pi_info, | ||||
| ) | ||||
| from .exc import ( | ||||
|     GPIOZeroError, | ||||
|     DeviceClosed, | ||||
| @@ -38,6 +43,9 @@ from .exc import ( | ||||
|     PinPWMError, | ||||
|     PinPWMUnsupported, | ||||
|     PinPWMFixedValue, | ||||
|     PinUnknownPi, | ||||
|     PinMultiplePins, | ||||
|     PinNoPins, | ||||
|     GPIOZeroWarning, | ||||
|     SPIWarning, | ||||
|     SPISoftwareFallback, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user