Module XML file: lcd_dogm.xml
No detailed description...
Example for airframe file
2 <load name="lcd_dogm.xml"/>
Module functions
Init Functions
These initialization functions are called once on startup.
Files
Header Files
The following headers are automatically included in modules.h
Source Files
Raw lcd_dogm.xml file:
<!DOCTYPE module SYSTEM "module.dtd">
<module name="lcd_dogm" dir="display">
<doc>
<description>EA DOG-M163 LCD (SPI)</description>
</doc>
<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>