forked from platypush/platypush
Backend name typo
This commit is contained in:
parent
7e92f59d44
commit
f76e45dda9
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
from platypush.backend.sensor import SensorBackend
|
||||
|
||||
|
||||
class SensorPwm3901Backend(SensorBackend):
|
||||
class SensorMotionPwm3901Backend(SensorBackend):
|
||||
"""
|
||||
Backend to poll an `PWM3901 <https://github.com/pimoroni/pmw3901-python>`_
|
||||
optical flow and motion sensor
|
||||
|
|
Loading…
Reference in a new issue