Add PWMLED, close #58

This commit is contained in:
Ben Nuttall
2015-10-17 22:11:59 +01:00
parent fec4bcc844
commit 3230f3ae18
2 changed files with 6 additions and 0 deletions

View File

@@ -18,6 +18,7 @@ from .input_devices import (
from .output_devices import (
OutputDevice,
PWMOutputDevice,
PWMLED,
LED,
Buzzer,
Motor,