MAX3100 SPI/Uart converter
No detailed description...
Example for airframe file
Add to your firmware section:
1 <module name="max3100"/>
Module functions
Init Functions
These initialization functions are called once on startup.
Event Functions
These event functions are called in each cycle of the module event loop.
Files
Header Files
The following headers are automatically included in modules.h
Source Files
- modules/max3100/max3100_hw.c
Raw max3100.xml file:
<!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>