APM:Copter
Macros | Enumerations
esc_calibration.cpp File Reference
#include "Copter.h"
Include dependency graph for esc_calibration.cpp:

Go to the source code of this file.

Macros

#define ESC_CALIBRATION_HIGH_THROTTLE   950
 

Enumerations

enum  ESCCalibrationModes {
  ESCCAL_NONE = 0, ESCCAL_PASSTHROUGH_IF_THROTTLE_HIGH = 1, ESCCAL_PASSTHROUGH_ALWAYS = 2, ESCCAL_AUTO = 3,
  ESCCAL_DISABLED = 9
}
 

Macro Definition Documentation

◆ ESC_CALIBRATION_HIGH_THROTTLE

#define ESC_CALIBRATION_HIGH_THROTTLE   950

Definition at line 7 of file esc_calibration.cpp.

Referenced by Copter::esc_calibration_startup_check().

Enumeration Type Documentation

◆ ESCCalibrationModes

Enumerator
ESCCAL_NONE 
ESCCAL_PASSTHROUGH_IF_THROTTLE_HIGH 
ESCCAL_PASSTHROUGH_ALWAYS 
ESCCAL_AUTO 
ESCCAL_DISABLED 

Definition at line 10 of file esc_calibration.cpp.