From 4b6289dd3b77140716d702a86bd2651ed3751cc7 Mon Sep 17 00:00:00 2001 From: "taemin.yeom" Date: Wed, 29 Sep 2021 17:54:54 +0900 Subject: [PATCH] Update sensor_doc.h about new sensor types - Gyroscope Orientation - Geomagnetic Orientation Change-Id: I203a7a4ac054e48524591248c0dbb79890395cd0 Signed-off-by: taemin.yeom --- doc/sensor_doc.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/sensor_doc.h b/doc/sensor_doc.h index 43bd315..9021465 100644 --- a/doc/sensor_doc.h +++ b/doc/sensor_doc.h @@ -59,6 +59,9 @@ * - %http://tizen.org/feature/sensor.magnetometer.uncalibrated\n * - %http://tizen.org/feature/sensor.gyroscope_rotation_vector\n * - %http://tizen.org/feature/sensor.geomagnetic_rotation_vector\n + * - %http://tizen.org/feature/sensor.orientation\n + * - %http://tizen.org/feature/sensor.gyroscope_orientation\n + * - %http://tizen.org/feature/sensor.geomagnetic_orientation\n * - %http://tizen.org/feature/sensor.pedometer\n * - %http://tizen.org/feature/sensor.sleep_monitor\n * - %http://tizen.org/feature/sensor.stress_monitor\n @@ -136,6 +139,8 @@ * - %http://tizen.org/sensor/general/geomagnetic.uncalibrated (#SENSOR_GEOMAGNETIC_UNCALIBRATED) \n * - %http://tizen.org/sensor/general/gyroscope_rotation_vector (#SENSOR_GYROSCOPE_ROTATION_VECTOR) \n * - %http://tizen.org/sensor/general/geomagnetic_rotation_vector (#SENSOR_GEOMAGNETIC_ROTATION_VECTOR) \n + * - %http://tizen.org/sensor/general/gyroscope_orientation (#SENSOR_GYROSCOPE_ORIENTATION) \n + * - %http://tizen.org/sensor/general/geomagnetic_orientation (#SENSOR_GEOMAGNETIC_ORIENTATION) \n * - %http://tizen.org/sensor/healthinfo/human_pedometer (#SENSOR_HUMAN_PEDOMETER) \n * - %http://tizen.org/sensor/healthinfo/human_sleep_monitor (#SENSOR_HUMAN_SLEEP_MONITOR) \n * - %http://tizen.org/sensor/healthinfo/human_sleep_detector (#SENSOR_HUMAN_SLEEP_DETECTOR) \n -- 2.7.4