mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
- Replace all MINDPX/MINDPXv2/PX4FMU board references with SaamPixV1_1 - Update Airmind Development Team to Saam Drones Development Team in copyright headers - Update PX4 copyright year range to 2020-2026 on all C/C++ files - Rename bootloader binary to match board version (v1_1) - Remove untracked backup files
17 lines
316 B
Bash
Executable File
17 lines
316 B
Bash
Executable File
#!/bin/sh
|
|
#
|
|
# SaamPixV1_1 specific board sensors init
|
|
#------------------------------------------------------------------------------
|
|
|
|
board_adc start
|
|
|
|
# external I2C compasses, if present
|
|
hmc5883 -X start
|
|
qmc5883l -X start
|
|
|
|
# internal SPI sensors
|
|
ms5611 -s start
|
|
icm20602 -s start
|
|
mpu9250 -s start
|
|
lis3mdl -s start
|