PX4 Firmware
PX4 Autopilot Software http://px4.io
|
#include "../PreFlightCheck.hpp"
#include <parameters/param.h>
#include <systemlib/mavlink_log.h>
#include <uORB/topics/input_rc.h>
Go to the source code of this file.
Macros | |
#define | RC_INPUT_MAX_DEADZONE_US 500 |
Maximum deadzone value. More... | |
#define | RC_INPUT_LOWEST_MIN_US 500 |
Minimum value. More... | |
#define | RC_INPUT_HIGHEST_MAX_US 2500 |
Maximum value. More... | |
#define RC_INPUT_HIGHEST_MAX_US 2500 |
Maximum value.
Definition at line 53 of file rcCalibrationCheck.cpp.
Referenced by PreFlightCheck::rcCalibrationCheck().
#define RC_INPUT_LOWEST_MIN_US 500 |
Minimum value.
Definition at line 48 of file rcCalibrationCheck.cpp.
Referenced by PreFlightCheck::rcCalibrationCheck().
#define RC_INPUT_MAX_DEADZONE_US 500 |
Maximum deadzone value.
Definition at line 43 of file rcCalibrationCheck.cpp.
Referenced by PreFlightCheck::rcCalibrationCheck().