|
Firmware
|
Tests the onboard sensors. More...
#include <px4_time.h>#include <px4_config.h>#include <px4_posix.h>#include <sys/types.h>#include <stdio.h>#include <stdlib.h>#include <unistd.h>#include <fcntl.h>#include <errno.h>#include <math.h>#include <systemlib/err.h>#include <arch/board/board.h>#include "tests_main.h"#include <drivers/drv_gyro.h>#include <drivers/drv_accel.h>#include <drivers/drv_mag.h>#include <drivers/drv_baro.h>Functions | |
| int | test_sensors (int argc, char *argv[]) |
Variables | |
| struct { | |
| const char * name | |
| const char * path | |
|
int(* test )(int argc, char *argv[], const char *path) | |
| } | sensors [] |
Tests the onboard sensors.
| struct { ... } sensors[] |
1.8.12