Add MCP3008 and potentiometer example

This commit is contained in:
Ben Nuttall
2015-09-30 19:02:12 +01:00
parent 21297ab2bb
commit fbede611df
4 changed files with 65 additions and 1 deletions

View File

@@ -11,6 +11,7 @@ from .input_devices import (
MotionSensor,
LightSensor,
TemperatureSensor,
MCP3008,
)
from .output_devices import (
OutputDevice,
@@ -29,4 +30,3 @@ from .boards import (
FishDish,
TrafficHat,
)