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

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

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

#ifdef __cplusplus
extern "C" {
#endif

    inv_error_t inv_enable_heading_from_gyro(void);
    inv_error_t inv_disable_heading_from_gyro(void);
    void inv_init_heading_from_gyro(void);
    inv_error_t inv_start_heading_from_gyro(void);
    inv_error_t inv_stop_heading_from_gyro(void);

#ifdef __cplusplus
}
#endif


#endif  /* _HEADING_FROM_GYRO_H_ */