mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-06-06 16:58:48 +08:00
15 lines
315 B
XML
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>
|
|
|