mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-31 18:47:21 +08:00
boards: fix reviewer feedback for saampixv1_1 board
- 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
This commit is contained in:
committed by
David Sidrane
parent
fc11c207b9
commit
ff31d5a04f
@@ -1,18 +1,16 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# Airmind Mindpx-v2 specific board sensors init
|
||||
# Hybrid SaamPix sensor init on stable MindPXv2 platform
|
||||
#------------------------------------------------------------------------------
|
||||
|
||||
board_adc start
|
||||
|
||||
# Internal I2C bus
|
||||
hmc5883 -T -I -R 12 start
|
||||
qmc5883l -I -R 6 start
|
||||
# external I2C compasses, if present
|
||||
hmc5883 -X start
|
||||
qmc5883l -X start
|
||||
|
||||
mpu6000 -s -R 2 start
|
||||
mpu6500 -s -R 2 start
|
||||
lsm303d -s -R 10 start
|
||||
l3gd20 -s -R 14 start
|
||||
|
||||
# Internal SPI
|
||||
# internal SPI sensors
|
||||
ms5611 -s start
|
||||
icm20602 -s start
|
||||
mpu9250 -s start
|
||||
lis3mdl -s start
|
||||
|
||||
Reference in New Issue
Block a user