mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-08-01 20:27:57 +08:00
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
|