2012-04-02 05:26:37 -03:00
|
|
|
|
2012-10-26 20:59:07 -03:00
|
|
|
#ifndef __AP_MOTORS_H__
|
|
|
|
#define __AP_MOTORS_H__
|
2012-04-02 05:26:37 -03:00
|
|
|
|
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-04-02 05:26:37 -03:00
|
|
|
|
2012-10-26 20:59:07 -03:00
|
|
|
#endif // __AP_MOTORS_H__
|