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.
17 lines
396 B
17 lines
396 B
#!/bin/sh |
|
# |
|
# Board specific sensors init |
|
#------------------------------------------------------------------------------ |
|
adc start |
|
|
|
# SPI1 |
|
ms5611 -s -b 1 start |
|
icm20649 -s -b 1 start |
|
|
|
# SPI4 |
|
ms5611 -s -b 4 start |
|
icm20602 -s -b 4 -R 12 start |
|
icm20948 -s -b 4 -R 10 -M start |
|
|
|
# standard Here/Here2 connected to GPS1 |
|
ak09916 -X -b 2 -R 6 start # external AK09916 (Here2) is rotated 270 degrees yaw
|
|
|