2010-12-28 19:41:00 -04:00
|
|
|
// -*- tab-width: 4; Mode: C++; c-basic-offset: 4; indent-tabs-mode: t -*-
|
2010-10-24 15:37:56 -03:00
|
|
|
|
2010-12-28 19:41:00 -04:00
|
|
|
/// @file AP_IMU.h
|
|
|
|
/// @brief Catch-all header that defines all supported IMU classes.
|
2010-10-24 15:37:56 -03:00
|
|
|
|
2011-11-12 23:24:03 -04:00
|
|
|
#include "IMU.h"
|
2010-12-28 19:41:00 -04:00
|
|
|
#include "AP_IMU_Shim.h"
|
2011-11-12 23:24:03 -04:00
|
|
|
#include "AP_IMU_INS.h"
|