-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathindex.html
More file actions
33 lines (28 loc) · 1.25 KB
/
index.html
File metadata and controls
33 lines (28 loc) · 1.25 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>About DCS-BIOS</title>
<style>
body {
font-family: Helvetica;
max-width: 72em;
margin: 2em;
}
li {
margin-top: 1em;
}
</style>
</head>
</body>
<h1>About DCS-BIOS</h1>
DCS-BIOS connects custom-built control panels powered by Arduino microcontroller boards to the flight simulator <a href="http://www.digitalcombatsimulator.com/">DCS: World.</a>
It can also be used by other programs to interface with DCS.
<ul>
<li>The DCS-BIOS documentation is available online at <a href="https://dcs-bios.readthedocs.org">https://dcs-bios.readthedocs.org</a>.<br/>
If you are a new user, start with the first section, <a href="https://dcs-bios.readthedocs.io/en/latest/installation.html">Installation.</a></li>
<li>The <a href="https://www.youtube.com/channel/UCwECFPfC3QJiNYS5fskF2vg/videos">DCS-BIOS YouTube channel</a> contains a few tutorials which were recorded for a very early version, so some of the specifics are out of date, but they are still useful to understand what you can do with DCS-BIOS.</li>
<li>Development happens <a href="https://github.com/dcs-bios">on GitHub.</a></li>
</ul>
</body>
</html>