ardupilot/libraries/AP_Motors/AP_Motors.h
Randy Mackay c9dedbd3b2 AP_Motors: remove multicopter only features
Also rename uses of Multirotor to Multicopter
2015-07-21 16:25:28 +09:00

20 lines
492 B
C

// -*- tab-width: 4; Mode: C++; c-basic-offset: 4; indent-tabs-mode: nil -*-
#ifndef __AP_MOTORS_H__
#define __AP_MOTORS_H__
#include "AP_Motors_Class.h"
#include "AP_MotorsMulticopter.h"
#include "AP_MotorsMatrix.h"
#include "AP_MotorsTri.h"
#include "AP_MotorsQuad.h"
#include "AP_MotorsHexa.h"
#include "AP_MotorsY6.h"
#include "AP_MotorsOcta.h"
#include "AP_MotorsOctaQuad.h"
#include "AP_MotorsHeli.h"
#include "AP_MotorsSingle.h"
#include "AP_MotorsCoax.h"
#endif // __AP_MOTORS_H__