From 51a3463284aca6127bf603054c3e56e6ba292f13 Mon Sep 17 00:00:00 2001 From: ChulHo Song Date: Tue, 16 Feb 2016 18:15:08 +0900 Subject: [PATCH] [devtool] modify gyroscope units Change-Id: Iace39cdd6d662152861875ee120c49ec868bffa8 Signed-off-by: ChulHo Song (cherry picked from commit fcdcc86d6125ff5b9f9890cb585c2344d8807905) --- org.tizen.devtools/html/common_tools/event_injec.htm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org.tizen.devtools/html/common_tools/event_injec.htm b/org.tizen.devtools/html/common_tools/event_injec.htm index ef1534b..7580112 100644 --- a/org.tizen.devtools/html/common_tools/event_injec.htm +++ b/org.tizen.devtools/html/common_tools/event_injec.htm @@ -161,7 +161,7 @@
  • Magnetic

    You can control the magnetic values of the instance along the coordinate axes. When the instance is standing, the magnetic 3-axis tesla values (azimuth 0) are set for the North. By using the sliders in the Magnetic subtab, you can control the magnetic 3-axis values from -2000 uT to 2000 uT.

  • Gyro -

    You can control the gyro (rotation angle per second) of the instance along the coordinate axes. By using the sliders in the Gyro subtab, you can control the gyro 3-axis values from -10 rad to 10 rad.

  • +

    You can control the gyro (rotation angle per second) of the instance along the coordinate axes. By using the sliders in the Gyro subtab, you can control the gyro 3-axis values from -573 deg/s to 573 deg/s.

  • Event file

    The event file consists of predefined events. It is written in ASCII. By loading the event file in the Acceleration, Magnetic, or Gyro subtabs, you can replay a sequence of predefined events. You can also add multiple event files to replay. The format of each line in the event file is:

    -- 2.7.4