mirror of
https://github.com/KevinMidboe/python-gpiozero.git
synced 2025-10-29 17:50:37 +00:00
Implement Motor, Robot and RyanteckRobot
This commit is contained in:
@@ -19,7 +19,6 @@ from .output_devices import (
|
||||
LED,
|
||||
Buzzer,
|
||||
Motor,
|
||||
Robot,
|
||||
RGBLED,
|
||||
)
|
||||
from .boards import (
|
||||
@@ -29,4 +28,6 @@ from .boards import (
|
||||
PiTraffic,
|
||||
FishDish,
|
||||
TrafficHat,
|
||||
Robot,
|
||||
RyanteckRobot,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user