Files
paparazzi/conf/modules/lcd_dogm.xml
T
Gautier Hattenberger 6abfc9f91c update modules definition
2010-12-20 14:34:49 +01:00

16 lines
328 B
XML

<!DOCTYPE module SYSTEM "module.dtd">
<!-- Driver for the EA DOG-M163 LCD (SPI) -->
<module name="lcd_dogm" dir="display">
<header>
<file name="lcd_dogm.h"/>
</header>
<init fun="lcd_dogm_init()"/>
<makefile target="ap">
<file_arch name="lcd_dogm_hw.c"/>
<file name="lcd_dogm.c"/>
</makefile>
</module>