2018-12-14 12:36:32 -05:00
|
|
|
#!/bin/sh
|
|
|
|
|
#
|
|
|
|
|
# NXP fmuk66-v3 specific board defaults
|
|
|
|
|
#------------------------------------------------------------------------------
|
|
|
|
|
|
2019-11-11 15:35:59 -05:00
|
|
|
adc start
|
2018-12-14 12:36:32 -05:00
|
|
|
|
2019-04-04 10:12:48 +02:00
|
|
|
# Possible external compasses
|
2020-03-13 09:05:36 +01:00
|
|
|
hmc5883 -X start
|
2019-04-04 10:12:48 +02:00
|
|
|
lis3mdl -X start
|
2020-02-26 14:36:14 +01:00
|
|
|
ist8310 -X start
|
2019-04-04 10:12:48 +02:00
|
|
|
qmc5883 -X start
|
2018-12-14 12:36:32 -05:00
|
|
|
|
2019-03-08 14:13:10 -08:00
|
|
|
# Internal Mag I2C bus roll 180, yaw 90
|
2020-03-11 18:56:46 +01:00
|
|
|
bmm150 -I -R 10 start
|
2019-01-22 04:49:43 -08:00
|
|
|
|
|
|
|
|
# Onboard I2C baros
|
|
|
|
|
bmp280 -I start
|
|
|
|
|
mpl3115a2 -I start
|
2018-12-14 12:36:32 -05:00
|
|
|
|
|
|
|
|
# Internal SPI (accel + mag)
|
2019-11-23 15:31:22 -05:00
|
|
|
fxos8701cq start
|
2018-12-14 12:36:32 -05:00
|
|
|
|
|
|
|
|
# Internal SPI (gyro)
|
2020-03-23 11:21:16 +01:00
|
|
|
fxas21002c -s start
|