Paparazzi UAS  v5.8.2_stable-0-g6260b7c
Paparazzi is a free software Unmanned Aircraft System.
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
MAX3100 SPI/Uart converter

Module XML file: max3100.xml

No detailed description...

Example for airframe file

1 <modules>
2  <load name="max3100.xml"/>
3 </modules>

Module functions

Init Functions

These initialization functions are called once on startup.

  • max3100_init()

Event Functions

These event functions are called in each cycle of the module event loop.

  • max3100_event()

Files

Header Files

The following headers are automatically included in modules.h

  • max3100_hw.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>