PX4 Firmware
PX4 Autopilot Software http://px4.io
test_uart_loopback.c File Reference

Tests the uart outputs. More...

#include <px4_platform_common/px4_config.h>
#include <sys/types.h>
#include <stdio.h>
#include <stdlib.h>
#include <stdint.h>
#include <unistd.h>
#include <fcntl.h>
#include <errno.h>
#include <arch/board/board.h>
#include "tests_main.h"
#include <math.h>
#include <float.h>
Include dependency graph for test_uart_loopback.c:

Go to the source code of this file.

Functions

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

Detailed Description

Tests the uart outputs.

Author
Lorenz Meier loren.nosp@m.z@px.nosp@m.4.io

Definition in file test_uart_loopback.c.

Function Documentation

◆ test_uart_loopback()

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

Definition at line 59 of file test_uart_loopback.c.

References read(), and write().

Here is the call graph for this function: