PX4 Firmware
PX4 Autopilot Software http://px4.io
esc.cpp File Reference
#include "esc.hpp"
#include <systemlib/err.h>
#include <drivers/drv_hrt.h>
Include dependency graph for esc.cpp:

Go to the source code of this file.

Macros

#define MOTOR_BIT(x)   (1<<(x))
 

Detailed Description

Macro Definition Documentation

◆ MOTOR_BIT

#define MOTOR_BIT (   x)    (1<<(x))

Definition at line 44 of file esc.cpp.