PX4 Firmware
PX4 Autopilot Software http://px4.io
test_ppm.cpp File Reference
#include <stdio.h>
#include "tests_main.h"
Include dependency graph for test_ppm.cpp:

Go to the source code of this file.

Functions

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

Variables

uint16_t ppm_buffer []
 
unsigned ppm_decoded_channels
 

Function Documentation

◆ test_ppm()

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

Definition at line 50 of file test_ppm.cpp.

References ppm_buffer, and ppm_decoded_channels.

Variable Documentation

◆ ppm_buffer

uint16_t ppm_buffer[]

Referenced by test_ppm().

◆ ppm_decoded_channels

unsigned ppm_decoded_channels

Referenced by test_ppm().