Files
paparazzi/conf/modules/max11040.xml
T
Gautier Hattenberger 6abfc9f91c update modules definition
2010-12-20 14:34:49 +01:00

15 lines
315 B
XML

<!DOCTYPE module SYSTEM "module.dtd">
<module name="max11040" dir="adcs">
<header>
<file name="max11040.h"/>
</header>
<init fun="max11040_init()"/>
<periodic fun="max11040_periodic()" freq="4"/>
<makefile>
<file_arch name="max11040_hw.c"/>
<file name="max11040.c"/>
</makefile>
</module>