Class name typo
This commit is contained in:
parent
e60660b0e6
commit
b15dff0a24
2 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
from platypush.backend.sensor import SensorBackend
|
from platypush.backend.sensor import SensorBackend
|
||||||
|
|
||||||
|
|
||||||
class SensorDistanceVl53l1xBackend(SensorBackend):
|
class SensorDistanceVl53L1XBackend(SensorBackend):
|
||||||
"""
|
"""
|
||||||
Backend to poll an `VL53L1x <https://www.st.com/en/imaging-and-photonics-solutions/vl53l1x.html>`_
|
Backend to poll an `VL53L1x <https://www.st.com/en/imaging-and-photonics-solutions/vl53l1x.html>`_
|
||||||
laser ranger/distance sensor
|
laser ranger/distance sensor
|
||||||
|
|
|
@ -2,7 +2,7 @@ from platypush.plugins import action
|
||||||
from platypush.plugins.gpio.sensor import GpioSensorPlugin
|
from platypush.plugins.gpio.sensor import GpioSensorPlugin
|
||||||
|
|
||||||
|
|
||||||
class GpioSensorDistanceVl53l1xPlugin(GpioSensorPlugin):
|
class GpioSensorDistanceVl53L1XPlugin(GpioSensorPlugin):
|
||||||
"""
|
"""
|
||||||
Plugin to interact with an `VL53L1x <https://www.st.com/en/imaging-and-photonics-solutions/vl53l1x.html>`_
|
Plugin to interact with an `VL53L1x <https://www.st.com/en/imaging-and-photonics-solutions/vl53l1x.html>`_
|
||||||
laser ranger/distance sensor
|
laser ranger/distance sensor
|
||||||
|
|
Loading…
Reference in a new issue