Sensordots Mappydot+ driver (#12147)

* Add MappyDot+ driver capable of utilizing multiple sensors on a single i2c bus.
This commit is contained in:
Kabir Mohammed
2019-06-16 06:43:52 +05:30
committed by Daniel Agar
parent eaa3d4a24f
commit ce784d1ef0
5 changed files with 957 additions and 0 deletions
+6
View File
@@ -75,6 +75,12 @@ then
ll40ls start i2c
fi
# mappydot lidar sensor
if param compare SENS_EN_MPDT 1
then
mappydot start -a
fi
# mb12xx sonar sensor
if param greater SENS_EN_MB12XX 0
then