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.
23 lines
432 B
23 lines
432 B
#!/bin/sh |
|
# |
|
# NXP fmuk66-v3 specific board defaults |
|
#------------------------------------------------------------------------------ |
|
|
|
|
|
# External I2C bus |
|
hmc5883 -C -X start |
|
|
|
# Possible external compasses |
|
ist8310 -C -b 2 start |
|
|
|
# External I2C bus |
|
lis3mdl -X start |
|
|
|
# Onboard I2C (baro) but an external bus on V3 RC15 |
|
mpl3115a2 -X start |
|
|
|
# Internal SPI (accel + mag) |
|
fxos8701cq start -R 0 |
|
|
|
# Internal SPI (gyro) |
|
fxas21002c start -R 0
|
|
|