Added TI PGA460 driver functionality to PX4.

This commit is contained in:
Jake Dahl
2018-08-23 18:01:08 -06:00
committed by Lorenz Meier
parent 61db21b7f0
commit 07d606ef83
6 changed files with 1355 additions and 0 deletions
+6
View File
@@ -398,6 +398,12 @@ then
ll40ls start i2c
fi
# pga460 sonar sensor
if param greater SENS_EN_PGA460 0
then
pga460 start
fi
# Lightware serial lidar sensor
if param greater SENS_EN_SF0X 0
then