forked from platypush/platypush
Fixed new class name for sensor.mcp3008
plugin.
This commit is contained in:
parent
d5ddc0c65e
commit
8852cb8db4
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ class MCP3008Mode(enum.Enum):
|
|||
|
||||
|
||||
# pylint: disable=too-many-ancestors
|
||||
class GpioSensorMcp3008Plugin(SensorPlugin):
|
||||
class SensorMcp3008Plugin(SensorPlugin):
|
||||
"""
|
||||
Plugin to read analog sensor values from an MCP3008 chipset. The MCP3008
|
||||
chipset is a circuit that allows you to read measurements from multiple
|
||||
|
|
Loading…
Reference in a new issue