mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-06-05 15:30:08 +08:00
17 lines
432 B
XML
17 lines
432 B
XML
<!DOCTYPE module SYSTEM "module.dtd">
|
|
|
|
<module name="sonar">
|
|
<header>
|
|
<file name="sonar_maxbotix_booz.h"/>
|
|
</header>
|
|
<init fun="maxbotix_init()"/>
|
|
<periodic fun="maxbotix_read()" freq="10"/>
|
|
<event fun="SonarEvent(ins_update_sonar)"/>
|
|
<makefile target="ap">
|
|
<flag name="USE_EXTRA_ADC"/>
|
|
<flag name="USE_ADC_1"/>
|
|
<flag name="BOOZ2_SONAR"/>
|
|
<file name="sonar_maxbotix_booz.c"/>
|
|
</makefile>
|
|
</module>
|