ardupilot/libraries/AP_Motors/AP_Motors.h

17 lines
400 B
C
Raw Normal View History

// -*- tab-width: 4; Mode: C++; c-basic-offset: 4; indent-tabs-mode: t -*-
2012-10-26 20:59:07 -03:00
#ifndef __AP_MOTORS_H__
#define __AP_MOTORS_H__
2012-10-26 20:59:07 -03:00
#include "AP_Motors_Class.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"
2012-10-26 20:59:07 -03:00
#endif // __AP_MOTORS_H__