mirror of
https://github.com/KevinMidboe/python-gpiozero.git
synced 2025-12-08 20:39:01 +00:00
Remove incomplete TemperatureSensor for 1.0 release, close #93
This commit is contained in:
@@ -3,7 +3,7 @@ from __future__ import (
|
||||
print_function,
|
||||
absolute_import,
|
||||
division,
|
||||
)
|
||||
)
|
||||
|
||||
import warnings
|
||||
from time import sleep
|
||||
@@ -19,7 +19,7 @@ from .devices import (
|
||||
GPIOThread,
|
||||
CompositeDevice,
|
||||
SourceMixin,
|
||||
)
|
||||
)
|
||||
|
||||
|
||||
class OutputDeviceError(GPIODeviceError):
|
||||
@@ -439,4 +439,3 @@ class Motor(SourceMixin, CompositeDevice):
|
||||
"""
|
||||
self._forward.off()
|
||||
self._backward.off()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user