mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-28 18:07:25 +08:00
Photogrammetry Calculator
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
<!DOCTYPE module SYSTEM "module.dtd">
|
||||
|
||||
<module name="cartography">
|
||||
<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>
|
||||
|
||||
Reference in New Issue
Block a user