You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
317 B
22 lines
317 B
#!/bin/sh
|
|
#
|
|
# board specific sensors init
|
|
#------------------------------------------------------------------------------
|
|
|
|
board_adc start
|
|
|
|
# BMI088
|
|
bmi088 -A -R 2 -s start
|
|
bmi088 -G -R 2 -s start
|
|
|
|
# 42688P
|
|
icm42688p -s start
|
|
|
|
# baro
|
|
dps310 -I start -a 118
|
|
|
|
# internal mag
|
|
ist8310 -I -R 2 start
|
|
|
|
#osd
|
|
atxxxx -s start
|
|
|