#include <AP_HAL/AP_HAL.h>
#include "AP_BoardConfig.h"
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <unistd.h>
#include <drivers/drv_pwm_output.h>
#include <drivers/drv_sbus.h>
#include <nuttx/arch.h>
#include <spawn.h>
Go to the source code of this file.
◆ adc_main()
int adc_main |
( |
int |
, |
|
|
char ** |
|
|
) |
| |
◆ fmu_main()
int fmu_main |
( |
int |
, |
|
|
char ** |
|
|
) |
| |
◆ px4io_main()
int px4io_main |
( |
int |
, |
|
|
char ** |
|
|
) |
| |
◆ tone_alarm_main()
int tone_alarm_main |
( |
int |
, |
|
|
char ** |
|
|
) |
| |
◆ waitpid()
int waitpid |
( |
pid_t |
, |
|
|
int * |
, |
|
|
int |
|
|
) |
| |
◆ hal