ardupilot/libraries/AP_IMU/AP_IMU.h
Pat Hickey 433caaedc0 purple: rework AP_IMU library to use AP_IntertialSensor library
the AP_IMU keeps the handling of the calibration, but most of the real
work happens in the lower level AP_IntertialSensor library
2011-11-25 20:00:16 -08:00

9 lines
241 B
C

// -*- tab-width: 4; Mode: C++; c-basic-offset: 4; indent-tabs-mode: t -*-
/// @file AP_IMU.h
/// @brief Catch-all header that defines all supported IMU classes.
#include "IMU.h"
#include "AP_IMU_Shim.h"
#include "AP_IMU_INS.h"