mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-22 01:12:31 +00:00
24 lines
468 B
Bash
24 lines
468 B
Bash
#!/bin/sh
|
|
#
|
|
# ModalAI FC-v1 specific board sensors init
|
|
#------------------------------------------------------------------------------
|
|
|
|
board_adc start
|
|
|
|
# Start Digital power monitors
|
|
voxlpm -X -b 3 -k -T VBATT start
|
|
voxlpm -X -b 3 -T P5VDC start
|
|
|
|
# Internal SPI bus ICM-20602
|
|
icm20602 -R 12 -s start
|
|
|
|
# Internal SPI bus ICM-42688
|
|
icm42688p -R 12 -s start
|
|
|
|
# Internal SPI4 BMI088
|
|
bmi088 -A -R 12 -s start
|
|
bmi088 -G -R 12 -s start
|
|
|
|
# Internal I2C Baro
|
|
bmp388 -I start
|