Files
paparazzi/conf/modules/max3100.xml
T
2010-06-18 14:06:28 +00:00

16 lines
322 B
XML

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