aboutsummaryrefslogtreecommitdiff
path: root/src/sensors/zjs_sensor_gyro.h
blob: c10d04ba000780158c7203d4550f44e89535a327 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// Copyright (c) 2017, Intel Corporation.

#ifndef __zjs_sensor_gyro_h__
#define __zjs_sensor_gyro_h__

/**
 *  Initialize gyroscope sensor module
 *
 *  @return Gyroscope object
 */
sensor_instance_t *zjs_sensor_gyro_init();

/**
 * Clean up module
 */
void zjs_sensor_gyro_cleanup();

#endif  // __zjs_sensor_gyro_h__