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.
14 lines
297 B
14 lines
297 B
#!/bin/sh |
|
# |
|
# Omnibus F4SD specific board sensors init |
|
#------------------------------------------------------------------------------ |
|
|
|
board_adc start |
|
|
|
if ! mpu6000 -R 6 -s start |
|
then |
|
# some boards such as the Hobbywing XRotor F4 G2 use the ICM-20602 |
|
icm20602 -s -R 6 start |
|
fi |
|
|
|
bmp280 -s start
|
|
|