Remove incomplete TemperatureSensor for 1.0 release, close #93

This commit is contained in:
Ben Nuttall
2015-11-15 13:00:06 +00:00
parent 4b7a923ae9
commit 492f311cc4
8 changed files with 11 additions and 60 deletions

View File

@@ -3,7 +3,7 @@ from __future__ import (
print_function,
absolute_import,
division,
)
)
from .devices import (
GPIODeviceClosed,
@@ -16,7 +16,6 @@ from .input_devices import (
Button,
MotionSensor,
LightSensor,
TemperatureSensor,
AnalogInputDevice,
MCP3008,
MCP3004,