Servo
Last change
on this file since 1d620a4 was
08aa121,
checked in by Steve Castellotti <sc@…>, 9 years ago
|
Tutorial:
- various language edits and fixed typos
|
-
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>Signal Meter</h2> |
---|
12 | </center> |
---|
13 | |
---|
14 | |
---|
15 | <center> |
---|
16 | <img src="images/tutorial-07-acquiring_a_clean_signal.gif" width="100%"> |
---|
17 | The "Signal" meter indicates how well the EEG headset is able to read brainwaves |
---|
18 | </center> |
---|
19 | |
---|
20 | <ul> |
---|
21 | <li>Signal requires a 100% clear reading from the forehead and ear clip</li> |
---|
22 | <li>The earclip provides electrical ground and reference points for the EEG</li> |
---|
23 | <li>The Orbit will not fly below 100%</li> |
---|
24 | </ul> |
---|
25 | |
---|
26 | <a class='prev button' href="step06-2.html"> ← </a> |
---|
27 | <a class='contents button' href="contents.html"> ↑ </a> |
---|
28 | <a class='next button' href="step07-2.html"> → </a> |
---|
29 | |
---|
30 | </body> |
---|
31 | </html> |
---|
Note: See
TracBrowser
for help on using the repository browser.