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

Tests for jig voltages. More...

#include <px4_platform_common/px4_config.h>
#include <px4_platform_common/defines.h>
#include <sys/types.h>
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <fcntl.h>
#include <errno.h>
#include "tests_main.h"
#include <drivers/drv_adc.h>
#include <systemlib/err.h>
Include dependency graph for test_jig_voltages.c:

Go to the source code of this file.

Functions

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

Detailed Description

Tests for jig voltages.

Definition in file test_jig_voltages.c.

Function Documentation

◆ test_jig_voltages()

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

Definition at line 55 of file test_jig_voltages.c.

References ADC0_DEVICE_PATH, data, fd, OK, px4_adc_msg_t, PX4_MAX_ADC_CHANNELS, and read().

Here is the call graph for this function: