mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-21 09:22:18 +00:00
- hex_cube-orange_default -> cubepilot_cubeorange_default - hex_cube-yellow_default -> cubepilot_cubeyellow_default
15 lines
274 B
Bash
15 lines
274 B
Bash
#!/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
|