summaryrefslogtreecommitdiffstats
path: root/60xx/libsensors_iio/software/core/mpl/compass_bias_w_gyro.h
blob: 4f01fc2eb885ab1dd4ec4540930f847ce90464c7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
/*
 $License:
    Copyright (C) 2011-2012 InvenSense Corporation, All Rights Reserved.
    See included License.txt for License information.
 $
 */

/******************************************************************************
 *
 * $Id$
 *
 *****************************************************************************/

#ifndef MLDMP_COMPASSBIASWGYRO_H__
#define MLDMP_COMPASSBIASWGYRO_H__
#include "mltypes.h"

#ifdef __cplusplus
extern "C" {
#endif

    inv_error_t inv_enable_compass_bias_w_gyro();
    inv_error_t inv_disable_compass_bias_w_gyro();
    void inv_init_compass_bias_w_gyro();

#ifdef __cplusplus
}
#endif


#endif // MLDMP_COMPASSBIASWGYRO_H__