mirror of https://github.com/ArduPilot/ardupilot
26 lines
574 B
C++
26 lines
574 B
C++
#line 1 "/home/jgoppert/Projects/ardupilotone/ArduBoat/ArduBoat.pde"
|
|
// Libraries
|
|
#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>
|
|
|
|
// Vehicle Configuration
|
|
#include "BoatGeneric.h"
|
|
|
|
// ArduPilotOne Default Setup
|
|
#include "APO_DefaultSetup.h"
|
|
// vim:ts=4:sw=4:expandtab
|
|
#line 1 "autogenerated"
|
|
#include "WProgram.h"
|