You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
/*
|
|
|
|
* APO.h
|
|
|
|
*
|
|
|
|
* Created on: Apr 30, 2011
|
|
|
|
* Author: jgoppert
|
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef APO_H_
|
|
|
|
#define APO_H_
|
|
|
|
|
|
|
|
#include <FastSerial.h>
|
|
|
|
#include "AP_Autopilot.h"
|
|
|
|
#include "AP_Guide.h"
|
|
|
|
#include "AP_Controller.h"
|
|
|
|
#include "AP_ControllerBlock.h"
|
|
|
|
#include "AP_Board.h"
|
|
|
|
#include "AP_MavlinkCommand.h"
|
|
|
|
#include "AP_Navigator.h"
|
|
|
|
#include "AP_RcChannel.h"
|
|
|
|
#include "AP_BatteryMonitor.h"
|
|
|
|
#include "AP_ArmingMechanism.h"
|
|
|
|
#include "AP_CommLink.h"
|
|
|
|
#include "AP_Var_keys.h"
|
|
|
|
#include "constants.h"
|
|
|
|
|
|
|
|
|
|
|
|
#include "Navigator_Dcm.h"
|
|
|
|
|
|
|
|
#include "Board_APM1.h"
|
|
|
|
#include "Board_APM1_2560.h"
|
|
|
|
#include "Board_APM2.h"
|
|
|
|
|
|
|
|
#endif /* APO_H_ */
|
|
|
|
// vim:ts=4:sw=4:expandtab
|