mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-25 23:46:04 +08:00
23 lines
456 B
XML
23 lines
456 B
XML
<!DOCTYPE module SYSTEM "module.dtd">
|
|
|
|
<module name="imu_nps" dir="imu" task="sensors">
|
|
<doc>
|
|
<description>
|
|
Simulated IMU for NPS.
|
|
</description>
|
|
</doc>
|
|
<dep>
|
|
<depends>imu_common</depends>
|
|
<provides>imu,mag</provides>
|
|
</dep>
|
|
<header>
|
|
<file name="imu_nps.h"/>
|
|
</header>
|
|
<init fun="imu_nps_init()"/>
|
|
<event fun="imu_nps_event()"/>
|
|
|
|
<makefile target="nps|hitl">
|
|
<file name="imu_nps.c"/>
|
|
</makefile>
|
|
</module>
|