mirror of
https://github.com/KevinMidboe/python-gpiozero.git
synced 2026-05-17 02:56:08 +00:00
First draft of Dot and DotsBoard implementation
This commit is contained in:
@@ -20,6 +20,7 @@ from .input_devices import (
|
||||
AnalogInputDevice,
|
||||
MCP3008,
|
||||
MCP3004,
|
||||
Dot,
|
||||
)
|
||||
from .output_devices import (
|
||||
OutputDeviceError,
|
||||
@@ -42,4 +43,5 @@ from .boards import (
|
||||
Robot,
|
||||
RyanteckRobot,
|
||||
CamJamKitRobot,
|
||||
DotsBoard,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user