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
519 B
22 lines
519 B
#!/bin/sh |
|
# |
|
# CUAV X7Pro specific board sensors init |
|
#------------------------------------------------------------------------------ |
|
board_adc start |
|
|
|
# SPI1 (internal) |
|
#adis16470 -s start |
|
rm3100 -s start |
|
icm20689 -s -R 2 start |
|
|
|
# SPI4 (internal) |
|
bmi088 -A -s -R 10 start |
|
bmi088 -G -s -R 10 start |
|
ms5611 -s -b 4 start |
|
|
|
# SPI6 (internal) |
|
icm20649 -s -b 6 -R 2 start |
|
ms5611 -s -b 6 start |
|
|
|
# External compass on GPS1/I2C1: standard CUAV GPS/compass puck (with lights, safety button, and buzzer) |
|
ist8310 -X -b 1 -R 10 start
|
|
|