Files
paparazzi/conf/modules/sonar_maxbotix_booz.xml
T
2010-09-28 14:04:33 +00:00

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>