mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
14 lines
278 B
Bash
14 lines
278 B
Bash
#!/bin/sh
|
|
#
|
|
# board specific sensors init
|
|
#------------------------------------------------------------------------------
|
|
|
|
board_adc start
|
|
|
|
# # Internal SPI bus ICM45686 accel/gyro
|
|
icm45686 -s -b 3 -R 2 start
|
|
|
|
# Internal baro
|
|
#spa06 -I -a 0x77 start
|
|
spa06 -X -a 0x77 -b 2 start
|