|
@@ -114,9 +114,6 @@ typedef enum {
|
|
|
/** float[10], set - Perform sensor fusion on values from external sensors. Values are: dt (time since last update, in seconds) X, Y, Z gyro, X, Y, Z accelerometer and X, Y, Z magnetometer. */
|
|
|
OHMD_EXTERNAL_SENSOR_FUSION = 19,
|
|
|
|
|
|
- /** float[10], set - Perform sensor fusion on values from external sensors. Values are: dt (time since last update, in seconds) X, Y, Z gyro, X, Y, Z accelerometer and X, Y, Z magnetometer. */
|
|
|
- OHMD_EXTERNAL_SENSOR_FUSION = 19,
|
|
|
-
|
|
|
} ohmd_float_value;
|
|
|
|
|
|
/** A collection of int value information types used for getting information with ohmd_device_geti()
|