mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-23 14:07:34 +08:00
f65781025e
- fixes #17244
12 lines
254 B
Bash
12 lines
254 B
Bash
#!/bin/sh
|
|
#
|
|
# Board specific sensors init
|
|
#------------------------------------------------------------------------------
|
|
board_adc start
|
|
|
|
# SPI1
|
|
ms5611 -s -b 1 start
|
|
icm20608g -s -b 1 -R 8 start
|
|
icm20602 -s -b 1 -R 8 start
|
|
mpu9250 -s -b 1 -R 8 -M start
|