Files
paparazzi/conf/modules/max3100.xml
T
Gautier Hattenberger bcaba7c720 [modules documentation] Add a doc node to module
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
2012-04-24 09:29:12 +02:00

19 lines
418 B
XML

<!DOCTYPE module SYSTEM "module.dtd">
<!-- Driver for the MAXIM SPI/Uart MAX3100 converter -->
<module name="max3100">
<doc>
<description>Driver for the MAXIM SPI/Uart MAX3100 converter</description>
</doc>
<header>
<file name="max3100_hw.h"/>
</header>
<init fun="max3100_init()"/>
<event fun="max3100_event()"/>
<makefile target="ap">
<file name="max3100_hw.c"/>
</makefile>
</module>