booz_drop is now a module

This commit is contained in:
Gautier Hattenberger
2010-03-02 09:13:17 +00:00
parent c14bf86b83
commit 74e9f9ae1f
6 changed files with 95 additions and 45 deletions
+15
View File
@@ -0,0 +1,15 @@
<!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>