2013-05-29 20:52:30 -03:00
|
|
|
// -*- tab-width: 4; Mode: C++; c-basic-offset: 4; indent-tabs-mode: nil -*-
|
2010-12-02 01:13:12 -04:00
|
|
|
|
|
|
|
/// @file AP_Compass.h
|
|
|
|
/// @brief Catch-all header that defines all supported compass classes.
|
|
|
|
|
|
|
|
#include "AP_Compass_HMC5843.h"
|
|
|
|
#include "AP_Compass_HIL.h"
|
2013-01-04 01:10:51 -04:00
|
|
|
#include "AP_Compass_PX4.h"
|
2014-03-31 14:47:42 -03:00
|
|
|
#include "AP_Compass_VRBRAIN.h"
|
2014-11-21 12:26:58 -04:00
|
|
|
#include "AP_Compass_AK8963.h"
|