Paparazzi UAS  v5.15_devel-230-gc96ce27
Paparazzi is a free software Unmanned Aircraft System.
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
max3100 module

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.

  • 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

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>