Added sensor enable/disable parameter (SENS_EN_CM8JL65).

Disabled by default.

Signed-off-by: Claudio Micheli <claudio@auterion.com>
This commit is contained in:
Claudio Micheli
2019-01-03 16:42:28 +01:00
committed by Beat Küng
parent 46c5a79b57
commit e4381bfc87
2 changed files with 51 additions and 0 deletions
+7
View File
@@ -93,6 +93,13 @@ then
sf1xx start -a
fi
# Lanbao PSK-CM8JL65-CC5 distance sensor
if param compare SENS_EN_CM8JL65 1
then
cm8jl65 start
fi
# Heater driver for temperature regulated IMUs.
if param compare SENS_EN_THERMAL 1
then