You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
499 B
17 lines
499 B
#pragma once
|
|
|
|
|
|
#define SENSOR_ACCELEROMETER 1
|
|
#define SENSOR_MAGNETOMETER 2
|
|
#define SENSOR_MAGNETOMETER_UNCALIBRATED 3
|
|
#define SENSOR_GYRO 4
|
|
#define SENSOR_GYRO_UNCALIBRATED 5
|
|
#define SENSOR_LIGHT 7
|
|
|
|
#define SENSOR_TYPE_ACCELEROMETER 1
|
|
#define SENSOR_TYPE_GEOMAGNETIC_FIELD 2
|
|
#define SENSOR_TYPE_GYROSCOPE 4
|
|
#define SENSOR_TYPE_LIGHT 5
|
|
#define SENSOR_TYPE_MAGNETIC_FIELD_UNCALIBRATED 14
|
|
#define SENSOR_TYPE_MAGNETIC_FIELD SENSOR_TYPE_GEOMAGNETIC_FIELD
|
|
#define SENSOR_TYPE_GYROSCOPE_UNCALIBRATED 16
|
|
|