1<?xml version="1.0" encoding="utf-8"?>
2<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3<html xml:lang="en-US" lang="en-US" xmlns="http://www.w3.org/1999/xhtml">
4<head>
5    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
6    <meta http-equiv="Content-Style-Type" content="text/css" />
7    <link rel="stylesheet" href="../../css/manpage.css" type="text/css" />
8</head>
9<body>
10<h1>hid - gyroscope Demo</h1>
11<h2>Description</h2>
12<div class="section">
13    <p>This sample uses the gyro.</p>
14</div>
15<h2>Required Environment</h2>
16<div class="section">
17    <p>None.</p>
18</div>
19<h2>How to Use</h2>
20<div class="section">
21    <table>
22        <thead>
23        <tr>
24            <th>Input</th>
25            <th>Operation</th>
26        </tr>
27        </thead>
28        <tr>
29            <td>A Button.</td>
30            <td>Resets all settings.</td>
31        </tr>
32        <tr>
33            <td>B Button.</td>
34            <td>Resets the attitude.</td>
35        </tr>
36        <tr>
37            <td>X Button.</td>
38            <td>Toggles acceleration correction on and off.</td>
39        </tr>
40        <tr>
41            <td>Y Button.</td>
42            <td>Toggles zero point drift on and off.</td>
43        </tr>
44        <tr>
45            <td>L Button.</td>
46            <td>Sets the acceleration sensor offset.<BR> This makes the attitude horizontal when the button was pressed.</td>
47        </tr>
48        <tr>
49            <td>R Button.</td>
50            <td>Resets all the axial rotation settings.<BR> This makes the attitude the standard when the button was pressed.</td>
51        </tr>
52    </table>
53</div>
54<h2>Notes</h2>
55<div class="section">
56    <p>None.</p>
57</div>
58<h2>Execution Procedure</h2>
59<div class="section">
60    <p>The following log is displayed when the demo is run.</p>
61    <code>Gyroscope demo Start</code>
62    <h4>Upper screen</h4>
63    <p>The upper screen displays the current attitude of the system in real-time.<BR> The attitude displays changes when the system is tilted.</p>
64    <h4>Lower screen</h4>
65    <p>The lower screen displays the current gyro and acceleration status.</p>
66</div>
67<h2>Revision History</h2>
68<div class="section">
69    <dl class="history">
70        <dt>2011/02/14</dt>
71        <dd>Initial version.</dd>
72    </dl>
73</div>
74<hr><p>CONFIDENTIAL</p></body>
75</html>
76