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.
|
#!nsh |
|
# |
|
# Atmel SAM E70 Xplained specific board init |
|
# |
|
#------------------------------------------------------------------------------ |
|
# |
|
|
|
if [ $AUTOCNF = yes ] |
|
then |
|
|
|
fi |
|
|
|
# External I2C bus |
|
hmc5883 -C -T -X start |
|
|
|
# Internal SPI bus mpu9250 is rotated 90 deg yaw |
|
mpu9250 -R 2 start
|
|
|