ardupilot/libraries/AP_Motors/AP_Motors.h

16 lines
325 B
C
Raw Normal View History

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__