Aspirin v2.1 IMU.
- Accelerometer/Gyrocope: MPU6000 via SPI
- Magnetometer: HMC58xx via I2C For configuration see the imu_aspirin_v2_common module
Example for airframe file
Add to your firmware section:
1 <module name="imu_aspirin_v2.1"/>
Auto-loaded modules
The following modules are automatically loaded (just as if you had added them in the airframe file)
Files
<!DOCTYPE module SYSTEM "module.dtd">
<module name="imu_aspirin_v2.1" dir="imu">
<doc>
<description>
Aspirin v2.1 IMU.
- Accelerometer/Gyrocope: MPU6000 via SPI
- Magnetometer: HMC58xx via I2C
For configuration see the imu_aspirin_v2_common module
</description>
</doc>
<autoload name="imu_aspirin_v2_common"/>
<makefile target="!sim|nps|fbw">
</makefile>
</module>