Skip to content

Commit

Permalink
modalai-fc-v1- rotate default orientation 180° yaw
Browse files Browse the repository at this point in the history
  • Loading branch information
modaltb authored and TSC21 committed Nov 2, 2019
1 parent ff9744b commit d657a4e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions boards/modalai/fc-v1/init/rc.board_sensors
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@
voxlpm -R start

# Internal SPI bus ICM-20602
mpu6000 -R 2 -s -T 20602 start
mpu6000 -R 6 -s -T 20602 start

# Internal SPI bus ICM-42688
# TODO

# Internal SPI bus BMI088 accel
bmi088 -A start
bmi088 -A -R 4 start

# Internal SPI bus BMI088 gyro
bmi088 -G start
bmi088 -G -R 4 start

# Possible external compasses
ist8310 -C -b 1 start
Expand Down

0 comments on commit d657a4e

Please sign in to comment.