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:
@@ -23,6 +23,12 @@ from .output_devices import (
|
|||||||
Buzzer,
|
Buzzer,
|
||||||
Motor,
|
Motor,
|
||||||
)
|
)
|
||||||
|
from .boards import (
|
||||||
|
TrafficLights
|
||||||
|
PiTraffic,
|
||||||
|
FishDish,
|
||||||
|
PiLiter,
|
||||||
|
)
|
||||||
|
|
||||||
|
|
||||||
def gpiozero_shutdown():
|
def gpiozero_shutdown():
|
||||||
|
|||||||
Reference in New Issue
Block a user