PX4 Firmware
PX4 Autopilot Software http://px4.io
atxxxx.cpp File Reference
#include "atxxxx.h"
#include "symbols.h"
Include dependency graph for atxxxx.cpp:

Go to the source code of this file.

Functions

int atxxxx_main (int argc, char *argv[])
 

Variables

static constexpr uint32_t OSD_UPDATE_RATE {500_ms}
 

Detailed Description

Author
Daniele Pettenuzzo
Beat Küng beat-.nosp@m.kuen.nosp@m.g@gmx.nosp@m..net

Driver for the ATXXXX chip (e.g. MAX7456) on the omnibus f4 fcu connected via SPI.

Definition in file atxxxx.cpp.

Function Documentation

◆ atxxxx_main()

int atxxxx_main ( int  argc,
char *  argv[] 
)

Definition at line 566 of file atxxxx.cpp.

References main().

Here is the call graph for this function:

Variable Documentation

◆ OSD_UPDATE_RATE

constexpr uint32_t OSD_UPDATE_RATE {500_ms}
static

Definition at line 47 of file atxxxx.cpp.

Referenced by OSDatxxxx::start().