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.
20 lines
310 B
20 lines
310 B
#!/bin/sh
|
|
#
|
|
# board specific sensors init
|
|
#------------------------------------------------------------------------------
|
|
|
|
board_adc start
|
|
# heater start
|
|
|
|
# BMI088
|
|
bmi088 -A -R 2 -s start
|
|
bmi088 -G -R 2 -s start
|
|
|
|
# 42688P
|
|
icm42688p -s start
|
|
|
|
# baro
|
|
dps310 -I start -a 119
|
|
|
|
# internal mag
|
|
ist8310 -I -R 2 start
|
|
|