Ashwani Sihag ff31d5a04f 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
2026-04-09 04:47:47 -04:00

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