mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-09 22:49:53 +08:00
bcaba7c720
modules developpers can provide - a description of the module - a list of the configuration variables and flags (configure and define) - a list of sections to add to the airframe file
18 lines
376 B
XML
18 lines
376 B
XML
<!DOCTYPE module SYSTEM "module.dtd">
|
|
|
|
<module name="max11040" dir="adcs">
|
|
<doc>
|
|
<description>Max11040 ADC</description>
|
|
</doc>
|
|
<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>
|
|
|