Files
paparazzi/conf/modules/booz_drop.xml
T
Gautier Hattenberger 74e9f9ae1f booz_drop is now a module
2010-03-02 09:13:17 +00:00

16 lines
333 B
XML

<!DOCTYPE module SYSTEM "module.dtd">
<module name="drop">
<!-- depend require="booz_pwm" -->
<header>
<file name="booz_drop.h"/>
</header>
<init fun="booz_drop_init()"/>
<periodic fun="booz_drop_periodic()" freq="10."/>
<makefile>
<flag name="USE_DROP"/>
<file name="booz_drop.c"/>
</makefile>
</module>