Implement Motor, Robot and RyanteckRobot

This commit is contained in:
Ben Nuttall
2015-10-02 15:27:55 +01:00
parent 0e4caaaef6
commit dc34cf3ccf
3 changed files with 106 additions and 50 deletions

View File

@@ -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,
)