mirror of
				https://github.com/KevinMidboe/python-gpiozero.git
				synced 2025-10-29 17:50:37 +00:00 
			
		
		
		
	Expose add-on board classes to the module
This commit is contained in:
		| @@ -8,7 +8,7 @@ from .devices import ( | ||||
|     _gpio_threads_shutdown, | ||||
|     GPIODeviceError, | ||||
|     GPIODevice, | ||||
|     ) | ||||
| ) | ||||
| from .input_devices import ( | ||||
|     InputDeviceError, | ||||
|     InputDevice, | ||||
| @@ -23,6 +23,12 @@ from .output_devices import ( | ||||
|     Buzzer, | ||||
|     Motor, | ||||
| ) | ||||
| from .boards import ( | ||||
|     TrafficLights | ||||
|     PiTraffic, | ||||
|     FishDish, | ||||
|     PiLiter, | ||||
| ) | ||||
|  | ||||
|  | ||||
| def gpiozero_shutdown(): | ||||
|   | ||||
		Reference in New Issue
	
	Block a user