This repository has been archived by the owner on Nov 30, 2023. It is now read-only.
forked from STMicroelectronics/STMems_Android_Sensor_HAL_IIO
-
Notifications
You must be signed in to change notification settings - Fork 1
/
configuration.h
93 lines (80 loc) · 3.26 KB
/
configuration.h
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
/* configuration.h -- Autogenerated file! Do not edit. */
#ifndef __ST_SENSOR_HAL_CONFIG_H
#define __ST_SENSOR_HAL_CONFIG_H
#define CONFIG_ST_HAL_ANDROID_VERSION 7
#define CONFIG_ST_HAL_ACCEL_ENABLED 1
#define CONFIG_ST_HAL_MAGN_ENABLED 1
#define CONFIG_ST_HAL_GYRO_ENABLED 1
#define CONFIG_ST_HAL_MAGN_UNCALIB_DISABLED 1
#define CONFIG_ST_HAL_GYRO_UNCALIB_DISABLED 1
#define CONFIG_ST_HAL_ACCEL_UNCALIB_DISABLED 1
#define CONFIG_ST_HAL_SIGN_MOTION_ENABLED 1
#define CONFIG_ST_HAL_TAP_ENABLED 1
#define CONFIG_ST_HAL_TAP_TAP_ENABLED 1
#define CONFIG_ST_HAL_STEP_DETECTOR_ENABLED 1
#define CONFIG_ST_HAL_STEP_COUNTER_ENABLED 1
#define CONFIG_ST_HAL_TILT_ENABLED 1
#define CONFIG_ST_HAL_PRESSURE_ENABLED 1
#define CONFIG_ST_HAL_ORIENTATION_DISABLED 1
#define CONFIG_ST_HAL_GRAVITY_DISABLED 1
#define CONFIG_ST_HAL_LINEAR_DISABLED 1
#define CONFIG_ST_HAL_ROT_VECTOR_DISABLED 1
#define CONFIG_ST_HAL_GAME_ROT_VECTOR_DISABLED 1
#define CONFIG_ST_HAL_GEOMAG_ROT_VECTOR_DISABLED 1
#define CONFIG_ST_HAL_MAX_SAMPLING_FREQUENCY 2000
#define CONFIG_ST_HAL_DEBUG_LEVEL 2
#define CONFIG_ST_HAL_ACCEL_ROT_MATRIX 1,0,0,0,1,0,0,0,1
#define CONFIG_ST_HAL_ACCEL_RANGE 79
#define CONFIG_ST_HAL_MAGN_ROT_MATRIX 1,0,0,0,1,0,0,0,1
#define CONFIG_ST_HAL_MAGN_RANGE 1000
#define CONFIG_ST_HAL_GYRO_ROT_MATRIX 1,0,0,0,1,0,0,0,1
#define CONFIG_ST_HAL_GYRO_RANGE 35
#define CONFIG_ST_HAL_TEST_SENSORS_ENABLED 1
#define CONFIG_ST_HAL_LSM6DSM_ENABLED 1
#define CONFIG_ST_HAL_LSM6DSL_ENABLED 1
#define CONFIG_ST_HAL_LSM6DS3H_ENABLED 1
#define CONFIG_ST_HAL_LSM6DS33_ENABLED 1
#define CONFIG_ST_HAL_LSM6DS3_ENABLED 1
#define CONFIG_ST_HAL_LIS3MDL_ENABLED 1
#define CONFIG_ST_HAL_LSM303DLHC_ENABLED 1
#define CONFIG_ST_HAL_LIS3DH_ENABLED 1
#define CONFIG_ST_HAL_LIS3DHH_ENABLED 1
#define CONFIG_ST_HAL_IIS3DHHC_ENABLED 1
#define CONFIG_ST_HAL_LSM330D_ENABLED 1
#define CONFIG_ST_HAL_LSM330DL_ENABLED 1
#define CONFIG_ST_HAL_LSM330DLC_ENABLED 1
#define CONFIG_ST_HAL_LIS331DLH_ENABLED 1
#define CONFIG_ST_HAL_LSM303DL_ENABLED 1
#define CONFIG_ST_HAL_LSM303DLH_ENABLED 1
#define CONFIG_ST_HAL_LSM303DLM_ENABLED 1
#define CONFIG_ST_HAL_LSM330_ENABLED 1
#define CONFIG_ST_HAL_LSM303AGR_ENABLED 1
#define CONFIG_ST_HAL_LSM303AH_ENABLED 1
#define CONFIG_ST_HAL_ISM303DAC_ENABLED 1
#define CONFIG_ST_HAL_LIS2MDL_ENABLED 1
#define CONFIG_ST_HAL_IIS2MDC_ENABLED 1
#define CONFIG_ST_HAL_LIS2DS12_ENABLED 1
#define CONFIG_ST_HAL_LIS2DW12_ENABLED 1
#define CONFIG_ST_HAL_LIS2DG_ENABLED 1
#define CONFIG_ST_HAL_LIS2DH_ENABLED 1
#define CONFIG_ST_HAL_IIS2DH_ENABLED 1
#define CONFIG_ST_HAL_L3G4200D_ENABLED 1
#define CONFIG_ST_HAL_L3GD20_ENABLED 1
#define CONFIG_ST_HAL_LPS331AP_ENABLED 1
#define CONFIG_ST_HAL_LPS25H_ENABLED 1
#define CONFIG_ST_HAL_LPS22HB_ENABLED 1
#define CONFIG_ST_HAL_LPS22HD_ENABLED 1
#define CONFIG_ST_HAL_LPS22HH_ENABLED 1
#define CONFIG_ST_HAL_LPS27HHW_ENABLED 1
#define CONFIG_ST_HAL_LPS33HW_ENABLED 1
#define CONFIG_ST_HAL_LPS35HW_ENABLED 1
#define CONFIG_ST_HAL_LIS2HH12_ENABLED 1
#define CONFIG_ST_HAL_HTS221_ENABLED 1
#define CONFIG_ST_HAL_LSM9DS1_ENABLED 1
#define CONFIG_ST_HAL_LSM6DS0_ENABLED 1
#define CONFIG_ST_HAL_LSM6DSO_ENABLED 1
#define CONFIG_ST_HAL_ISM330DLC_ENABLED 1
#define CONFIG_ST_HAL_ASM330LHH_ENABLED 1
#define CONFIG_ST_HAL_LSM6DSR_ENABLED 1
#define CONFIG_ST_HAL_LSM6DSO32_ENABLED 1
#endif /* __ST_SENSOR_HAL_CONFIG_H */