Files
bizhang_-obav/boards/nxp/fmuk66-v3/init/rc.board_sensors
Beat Küng 8ebde51648 refactor hmc5883: use driver base class
Removes the calibration on startup, as these values were overwritten by
the system calibration values anyway.
So the only difference is that if all calibration scales were equal to 1,
the driver startup would have failed.
2020-03-17 23:31:17 -04:00

26 lines
448 B
Bash

#!/bin/sh
#
# NXP fmuk66-v3 specific board defaults
#------------------------------------------------------------------------------
adc start
# Possible external compasses
hmc5883 -X start
lis3mdl -X start
ist8310 -X start
qmc5883 -X start
# Internal Mag I2C bus roll 180, yaw 90
bmm150 -I -R 10 start
# Onboard I2C baros
bmp280 -I start
mpl3115a2 -I start
# Internal SPI (accel + mag)
fxos8701cq start
# Internal SPI (gyro)
fxas21002c start