Servo
Last change
on this file since c3d6d63 was
c3d6d63,
checked in by Steve Castellotti <sc@…>, 9 years ago
|
- Scoring and Steering chapters added to Tutorial
|
-
Property mode set to
100644
|
File size:
1.0 KB
|
Line | |
---|
1 | <!DOCTYPE html> |
---|
2 | <html> |
---|
3 | <head> |
---|
4 | <meta name="viewport" content="width=device-width"> |
---|
5 | <link rel="stylesheet" type="text/css" href="style.css"> |
---|
6 | <title>Orbit Tutorial</title> |
---|
7 | </head> |
---|
8 | <body> |
---|
9 | |
---|
10 | <center> |
---|
11 | <h2>Steering</h2> |
---|
12 | </center> |
---|
13 | |
---|
14 | <center> |
---|
15 | <img src="tutorial-11-steering-tilt_sensor.jpg" width="100%"> |
---|
16 | <b class="label">Steer the Orbit using your device's tilt sensors</b> |
---|
17 | </center> |
---|
18 | |
---|
19 | <ul> |
---|
20 | <li><b>Tilt Control</b> Enable this setting to use your devices's gravity sensor, accelerometer, or compass to steer the Orbit helicopter while in flight. Tilting forward and backward will adjust Pitch, while tilting left and right will adjust Yaw.</li> |
---|
21 | </ul> |
---|
22 | |
---|
23 | <a class='prev button' href="step11-5.html"> ← </a> |
---|
24 | <a class='contents button' href="contents.html"> ↑ </a> |
---|
25 | <a class='next button' href="step11-7.html"> → </a> |
---|
26 | |
---|
27 | </body> |
---|
28 | </html> |
---|
Note: See
TracBrowser
for help on using the repository browser.