Add RGBLED using new PWMOutputDevice

This commit is contained in:
Ben Nuttall
2015-09-28 19:34:55 +01:00
parent cbc2b95494
commit 8fc8e3444e
5 changed files with 187 additions and 4 deletions

View File

@@ -19,10 +19,12 @@ from .input_devices import (
)
from .output_devices import (
OutputDevice,
PWMOutputDevice,
LED,
Buzzer,
Motor,
Robot,
RGBLED,
)
from .boards import (
LEDBoard,