mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-01 02:55:07 +08:00
@@ -1,18 +1,11 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
#
|
#
|
||||||
# mRo x21 specific board sensors init
|
# Board specific sensors init
|
||||||
#------------------------------------------------------------------------------
|
#------------------------------------------------------------------------------
|
||||||
|
|
||||||
board_adc start
|
board_adc start
|
||||||
|
|
||||||
# Internal SPI bus ICM-20608-G
|
# SPI1
|
||||||
icm20608g -s -R 8 start
|
ms5611 -s -b 1 start
|
||||||
|
icm20608g -s -b 1 -R 8 start
|
||||||
# Internal SPI bus ICM-20602
|
icm20602 -s -b 1 -R 8 start
|
||||||
icm20602 -s -R 8 start
|
mpu9250 -s -b 1 -R 8 -M start
|
||||||
|
|
||||||
# Internal SPI bus mpu9250
|
|
||||||
mpu9250 -s -R 8 start
|
|
||||||
|
|
||||||
# Internal SPI
|
|
||||||
ms5611 -s start
|
|
||||||
|
|||||||
Reference in New Issue
Block a user