Skip to content
Snippets Groups Projects
Commit 3f03288a authored by Beat Küng's avatar Beat Küng
Browse files

omnibus: add support for Hobbywing XRotor F4 G2

It has an ICM-20602 IMU
parent b1114898
No related branches found
No related tags found
No related merge requests found
......@@ -297,7 +297,12 @@ fi
if ver hwcmp OMNIBUS_F4SD
then
mpu6000 -R 12 -s start
if mpu6000 -R 12 -s start
then
else
# some boards such as the Hobbywing XRotor F4 G2 use the ICM-20602
mpu6000 -R 12 -T 20602 -s start
fi
# Possible external compasses
hmc5883 -X start
......
......@@ -172,6 +172,7 @@
// One device per bus
#define PX4_SPI_BUS_SENSORS 1
#define PX4_SPIDEV_MPU 1
#define PX4_SPIDEV_ICM_20602 1
#define PX4_SPIDEV_BARO_BUS 3
#define PX4_SPIDEV_BARO 1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment