Files
paparazzi/conf/modules/max3100.xml
T
2012-12-29 23:12:24 +01:00

19 lines
397 B
XML

<!DOCTYPE module SYSTEM "module.dtd">
<!-- Driver for the MAXIM SPI/Uart MAX3100 converter -->
<module name="max3100">
<doc>
<description>MAX3100 SPI/Uart 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>