Files
paparazzi/conf/modules/photogrammetry_calculator.xml
T
2014-09-16 22:37:17 +02:00

23 lines
614 B
XML

<!DOCTYPE module SYSTEM "module.dtd">
<module name="cartography">
<doc>
<description>Photogrammetry navigation functions</description>
</doc>
<settings>
<file name="modules/photogrammetry_calculator.xml"/>
</settings>
<header>
<file name="photogrammetry_calculator.h"/>
</header>
<init fun="init_photogrammetry_calculator()"/>
<!--
<periodic fun="periodic_1Hz_demo()" freq="1." start="start_demo()" stop="stop_demo()" autorun="TRUE"/>
-->
<makefile>
<define name="photogrammetry_calculator_LED" value="2"/>
<file name="photogrammetry_calculator.c"/>
</makefile>
</module>