mirror of
https://github.com/KevinMidboe/python-gpiozero.git
synced 2025-10-29 17:50:37 +00:00
Expose LEDBoard
This commit is contained in:
@@ -25,11 +25,12 @@ from .output_devices import (
|
|||||||
Robot,
|
Robot,
|
||||||
)
|
)
|
||||||
from .boards import (
|
from .boards import (
|
||||||
|
LEDBoard,
|
||||||
|
PiLiter,
|
||||||
TrafficLights,
|
TrafficLights,
|
||||||
PiTraffic,
|
PiTraffic,
|
||||||
FishDish,
|
FishDish,
|
||||||
TrafficHat,
|
TrafficHat,
|
||||||
PiLiter,
|
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user