2011-09-29 15:12:15 -03:00
|
|
|
// Libraries
|
2011-09-30 17:55:27 -03:00
|
|
|
#include <Wire.h>
|
2011-09-29 15:12:15 -03:00
|
|
|
#include <FastSerial.h>
|
|
|
|
#include <AP_Common.h>
|
|
|
|
#include <APM_RC.h>
|
|
|
|
#include <AP_RangeFinder.h>
|
|
|
|
#include <GCS_MAVLink.h>
|
|
|
|
#include <AP_ADC.h>
|
|
|
|
#include <AP_DCM.h>
|
|
|
|
#include <AP_Compass.h>
|
|
|
|
#include <Wire.h>
|
|
|
|
#include <AP_GPS.h>
|
|
|
|
#include <AP_IMU.h>
|
|
|
|
#include <APM_BMP085.h>
|
|
|
|
#include <ModeFilter.h>
|
|
|
|
#include <APO.h>
|
2011-09-29 23:10:26 -03:00
|
|
|
#include <WProgram.h>
|
2011-09-29 15:12:15 -03:00
|
|
|
|
|
|
|
// Vehicle Configuration
|
2011-10-26 15:59:40 -03:00
|
|
|
//#include "QuadArducopter.h"
|
|
|
|
#include "PlaneEasystar.h"
|
2011-09-29 15:12:15 -03:00
|
|
|
|
2011-09-29 15:18:05 -03:00
|
|
|
// ArduPilotOne Default Setup
|
2011-09-30 21:24:02 -03:00
|
|
|
#include "APO_DefaultSetup.h"
|