mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-29 19:57:12 +08:00
drivers/imu/analog_devices/adis16470: Analog Devices ADIS16470 IMU driver for CUAV x7pro
This commit is contained in:
@@ -5,8 +5,10 @@
|
||||
board_adc start
|
||||
|
||||
# SPI1
|
||||
#adis16470 -s start
|
||||
icm20689 -s -b 1 -R 2 start
|
||||
if ! icm20689 -s -b 1 -R 2 start
|
||||
then
|
||||
adis16470 -s -b 1 -R 2 start
|
||||
fi
|
||||
|
||||
# SPI2
|
||||
rm3100 -s -b 2 start
|
||||
|
||||
Reference in New Issue
Block a user