Files
paparazzi/conf/modules/imu_aspirin_v2.2.xml
T
2021-07-27 13:34:23 +02:00

22 lines
607 B
XML

<!DOCTYPE module SYSTEM "module.dtd">
<module name="imu_aspirin_v2.2" dir="imu" task="sensors">
<doc>
<description>
Aspirin v2.2 IMU.
- Accelerometer/Gyrocope: MPU6000 via SPI
- Magnetometer: HMC58xx via I2C
Nearly identical with v2.1, only has the MS5611 baro on SPI.
For configuration see the imu_aspirin_v2_common module
</description>
</doc>
<dep>
<depends>imu_aspirin_v2_common</depends>
<provides>imu</provides>
</dep>
<makefile>
<!-- SLAVE3 is on PC13, which is the baro CS -->
<define name="DUSE_SPI_SLAVE3"/>
</makefile>
</module>