mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-21 09:22:18 +00:00
16 lines
256 B
Bash
16 lines
256 B
Bash
#!/bin/sh
|
|
#
|
|
# Bitcraze Crazyflie specific board sensors init
|
|
#------------------------------------------------------------------------------
|
|
|
|
adc start
|
|
|
|
# Onboard I2C
|
|
mpu9250 -R 12 start
|
|
|
|
# I2C bypass of mpu
|
|
lps25h start
|
|
|
|
# Optical flow deck
|
|
vl53lxx start
|