mirror of
https://github.com/KevinMidboe/python-gpiozero.git
synced 2025-12-08 20:39:01 +00:00
Fix #41
Add `AnalogInputDevice` base class and extend `MCP3008` (and `MCP3004`) classes from it.
This commit is contained in:
@@ -11,7 +11,9 @@ from .input_devices import (
|
||||
MotionSensor,
|
||||
LightSensor,
|
||||
TemperatureSensor,
|
||||
AnalogInputDevice,
|
||||
MCP3008,
|
||||
MCP3004,
|
||||
)
|
||||
from .output_devices import (
|
||||
OutputDevice,
|
||||
|
||||
Reference in New Issue
Block a user