summaryrefslogtreecommitdiffstats
path: root/libsensors/software/core/mpl/compass_fit.h
blob: be3cce85c2bdf89e2590b17b975adb15f47e94ba (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
/*
 $License:
    Copyright (C) 2011-2012 InvenSense Corporation, All Rights Reserved.
    See included License.txt for License information.
 $
 */

#ifndef INV_MLDMP_COMPASSFIT_H__
#define INV_MLDMP_COMPASSFIT_H__

#include "mltypes.h"

#ifdef __cplusplus
extern "C" {
#endif

void inv_init_compass_fit(void);
inv_error_t inv_enable_compass_fit(void);
inv_error_t inv_disable_compass_fit(void);
inv_error_t inv_start_compass_fit(void);
inv_error_t inv_stop_compass_fit(void);

#ifdef __cplusplus
}
#endif


#endif // INV_MLDMP_COMPASSFIT_H__