summaryrefslogtreecommitdiffstats
path: root/60xx/libsensors_iio/software/core/mpl/no_gyro_fusion.h
blob: 38d569066e153b2111ab1d97840dfc45c1f23fa1 (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
32
33
34
/*
 $License:
    Copyright (C) 2011-2012 InvenSense Corporation, All Rights Reserved.
    See included License.txt for License information.
 $
 */


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

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

#ifdef __cplusplus
extern "C" {
#endif

    inv_error_t inv_enable_no_gyro_fusion(void);
    inv_error_t inv_disable_no_gyro_fusion(void);
    inv_error_t inv_start_no_gyro_fusion(void);
    inv_error_t inv_start_no_gyro_fusion(void);
    inv_error_t inv_init_no_gyro_fusion(void);

#ifdef __cplusplus
}
#endif


#endif // MLDMP_NOGYROFUSION_H__