Files
paparazzi/conf/modules/cv_detect_window.xml
T
Felix Ruess 888af334d7 [modules] computer vision modules only for ap target
until it is properly implemented for nps as well...
2016-06-06 14:25:21 +02:00

19 lines
349 B
XML

<!DOCTYPE module SYSTEM "module.dtd">
<module name="detect_window" dir="computer_vision">
<doc>
<description>
Detect window
</description>
</doc>
<header>
<file name="detect_window.h"/>
</header>
<init fun="detect_window_init()"/>
<makefile target="ap">
<file name="detect_window.c"/>
</makefile>
</module>