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.
15 lines
261 B
15 lines
261 B
#!/bin/sh
|
|
#
|
|
# Holybro KakuteH7v2 specific board sensors init
|
|
#------------------------------------------------------------------------------
|
|
board_adc start
|
|
|
|
if ! bmi270 -s -q start
|
|
then
|
|
icm42688p -R 0 -s start
|
|
fi
|
|
|
|
if ! bmp280 -X start
|
|
then
|
|
spa06 -X start
|
|
fi
|
|
|