You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
361 B
19 lines
361 B
#!/bin/sh
|
|
#
|
|
# NXP fmuk66-v3 specific board defaults
|
|
#------------------------------------------------------------------------------
|
|
|
|
board_adc 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 -s start
|
|
|
|
# Internal SPI (gyro)
|
|
fxas21002c -s start
|
|
|