New pages
This commit is contained in:
16
640.html
16
640.html
@@ -1,17 +1,4 @@
|
||||
<!doctype html>
|
||||
<!--
|
||||
|
||||
Instructions:
|
||||
|
||||
- Save this file.
|
||||
- Replace "USER" with your GitHub username.
|
||||
- Replace "REPO" with your GitHub repo name.
|
||||
- Replace "Your Project" with your project name.
|
||||
- Upload this file (or commit to GitHub Pages).
|
||||
|
||||
Customize as you see fit!
|
||||
|
||||
-->
|
||||
<html>
|
||||
<head>
|
||||
<meta charset='utf-8'>
|
||||
@@ -48,7 +35,8 @@
|
||||
<ul>
|
||||
<li><a href='/640.html'>640</a></li>
|
||||
<li><a href='/escape.html'>ESCAPE</a></li>
|
||||
|
||||
<li><a href='/soar.html'>Soar</a></li>
|
||||
<li><a href='/expansions.html'>Expansions</a></li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
15
escape.html
15
escape.html
@@ -1,17 +1,4 @@
|
||||
<!doctype html>
|
||||
<!--
|
||||
|
||||
Instructions:
|
||||
|
||||
- Save this file.
|
||||
- Replace "USER" with your GitHub username.
|
||||
- Replace "REPO" with your GitHub repo name.
|
||||
- Replace "Your Project" with your project name.
|
||||
- Upload this file (or commit to GitHub Pages).
|
||||
|
||||
Customize as you see fit!
|
||||
|
||||
-->
|
||||
<html>
|
||||
<head>
|
||||
<meta charset='utf-8'>
|
||||
@@ -48,6 +35,8 @@
|
||||
<ul>
|
||||
<li><a href='/640.html'>640</a></li>
|
||||
<li><a href='/escape.html'>ESCAPE</a></li>
|
||||
<li><a href='/soar.html'>Soar</a></li>
|
||||
<li><a href='/expansions.html'>Expansions</a></li>
|
||||
|
||||
|
||||
</ul>
|
||||
|
||||
57
expansions.html
Normal file
57
expansions.html
Normal file
@@ -0,0 +1,57 @@
|
||||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset='utf-8'>
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
||||
<meta name="viewport" content="width=device-width">
|
||||
|
||||
<title>Dark Water</title>
|
||||
|
||||
<!-- Flatdoc -->
|
||||
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
|
||||
<script src='/flatdoc/legacy.js'></script>
|
||||
<script src='/flatdoc/flatdoc.js'></script>
|
||||
|
||||
<!-- Flatdoc theme -->
|
||||
<link href='/flatdoc/theme-white/style.css' rel='stylesheet'>
|
||||
<script src='/flatdoc/theme-white/script.js'></script>
|
||||
|
||||
<!-- Meta -->
|
||||
<meta content="Expansions | Dark Water" property="og:title">
|
||||
<meta content="Dark Water Foundation documentation." name="description">
|
||||
|
||||
<!-- Initializer -->
|
||||
<script>
|
||||
Flatdoc.run({
|
||||
fetcher: Flatdoc.github('darkwaterfoundation/docs', 'expansions.md')
|
||||
});
|
||||
</script>
|
||||
</head>
|
||||
<body role='flatdoc'>
|
||||
|
||||
<div class='header'>
|
||||
<div class='left'>
|
||||
<h1>Dark Water Documentation</h1>
|
||||
<ul>
|
||||
<li><a href='/640.html'>640</a></li>
|
||||
<li><a href='/escape.html'>ESCAPE</a></li>
|
||||
<li><a href='/soar.html'>Soar</a></li>
|
||||
<li><a href='/expansions.html'>Expansions</a></li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
<div class='right'>
|
||||
<!-- GitHub buttons: see http://ghbtns.com -->
|
||||
<iframe src="//ghbtns.com/github-btn.html?user=darkwaterfoundation&repo=docs&type=watch&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="110" height="20"></iframe>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class='content-root'>
|
||||
<div class='menubar'>
|
||||
<div class='menu section' role='flatdoc-menu'></div>
|
||||
</div>
|
||||
<div role='flatdoc-content' class='content'></div>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
42
expansions.md
Normal file
42
expansions.md
Normal file
@@ -0,0 +1,42 @@
|
||||
# Introduction
|
||||
|
||||
Expansion boards can be added to any of our motor driver boards
|
||||
|
||||
## Getting started
|
||||
## Board layout
|
||||
## Setup
|
||||
### Attaching the power
|
||||
### Attaching a Servo
|
||||
### Attaching a motor
|
||||
### Attaching an RC receiver
|
||||
|
||||
# Programming the 640
|
||||
|
||||
## Python
|
||||
|
||||
### Introduction
|
||||
### Import libraries
|
||||
### Drive a motor
|
||||
### Motor speed
|
||||
### Servo control
|
||||
|
||||
## Node.JS
|
||||
|
||||
### Introduction
|
||||
### Import libraries
|
||||
### Drive a motor
|
||||
### Motor speed
|
||||
### Servo control
|
||||
|
||||
## C++
|
||||
|
||||
### Introduction
|
||||
### Install prerequisites
|
||||
### Drive a motor
|
||||
### Motor speed
|
||||
### Servo control
|
||||
### PPM integration
|
||||
|
||||
## Expanding the board
|
||||
|
||||
### Adding an expansion board
|
||||
15
index.html
15
index.html
@@ -1,17 +1,4 @@
|
||||
<!doctype html>
|
||||
<!--
|
||||
|
||||
Instructions:
|
||||
|
||||
- Save this file.
|
||||
- Replace "USER" with your GitHub username.
|
||||
- Replace "REPO" with your GitHub repo name.
|
||||
- Replace "Your Project" with your project name.
|
||||
- Upload this file (or commit to GitHub Pages).
|
||||
|
||||
Customize as you see fit!
|
||||
|
||||
-->
|
||||
<html>
|
||||
<head>
|
||||
<meta charset='utf-8'>
|
||||
@@ -48,6 +35,8 @@
|
||||
<ul>
|
||||
<li><a href='/640.html'>640</a></li>
|
||||
<li><a href='/escape.html'>ESCAPE</a></li>
|
||||
<li><a href='/soar.html'>Soar</a></li>
|
||||
<li><a href='/expansions.html'>Expansions</a></li>
|
||||
|
||||
|
||||
</ul>
|
||||
|
||||
57
soar.html
Normal file
57
soar.html
Normal file
@@ -0,0 +1,57 @@
|
||||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset='utf-8'>
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
||||
<meta name="viewport" content="width=device-width">
|
||||
|
||||
<title>Dark Water</title>
|
||||
|
||||
<!-- Flatdoc -->
|
||||
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
|
||||
<script src='/flatdoc/legacy.js'></script>
|
||||
<script src='/flatdoc/flatdoc.js'></script>
|
||||
|
||||
<!-- Flatdoc theme -->
|
||||
<link href='/flatdoc/theme-white/style.css' rel='stylesheet'>
|
||||
<script src='/flatdoc/theme-white/script.js'></script>
|
||||
|
||||
<!-- Meta -->
|
||||
<meta content="Soar | Dark Water" property="og:title">
|
||||
<meta content="Dark Water Foundation documentation." name="description">
|
||||
|
||||
<!-- Initializer -->
|
||||
<script>
|
||||
Flatdoc.run({
|
||||
fetcher: Flatdoc.github('darkwaterfoundation/docs', 'soar.md')
|
||||
});
|
||||
</script>
|
||||
</head>
|
||||
<body role='flatdoc'>
|
||||
|
||||
<div class='header'>
|
||||
<div class='left'>
|
||||
<h1>Dark Water Documentation</h1>
|
||||
<ul>
|
||||
<li><a href='/640.html'>640</a></li>
|
||||
<li><a href='/escape.html'>ESCAPE</a></li>
|
||||
<li><a href='/soar.html'>Soar</a></li>
|
||||
<li><a href='/expansions.html'>Expansions</a></li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
<div class='right'>
|
||||
<!-- GitHub buttons: see http://ghbtns.com -->
|
||||
<iframe src="//ghbtns.com/github-btn.html?user=darkwaterfoundation&repo=docs&type=watch&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="110" height="20"></iframe>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class='content-root'>
|
||||
<div class='menubar'>
|
||||
<div class='menu section' role='flatdoc-menu'></div>
|
||||
</div>
|
||||
<div role='flatdoc-content' class='content'></div>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
38
soar.md
Normal file
38
soar.md
Normal file
@@ -0,0 +1,38 @@
|
||||
# Introduction
|
||||
|
||||
The Soar board holds a 9 Degrees of Freedom IMU chip and a Barometer.
|
||||
|
||||
## Getting started
|
||||
## Board layout
|
||||
## Setup
|
||||
|
||||
# Programming the Soar
|
||||
|
||||
## Python
|
||||
|
||||
### Introduction
|
||||
### Import libraries
|
||||
### Reading the Compass
|
||||
### Reading the Magnetometer
|
||||
### Reading the Gyroscope
|
||||
### Reading the Barometer
|
||||
|
||||
## Node.JS
|
||||
|
||||
### Introduction
|
||||
### Import libraries
|
||||
### Reading the Compass
|
||||
### Reading the Magnetometer
|
||||
### Reading the Gyroscope
|
||||
### Reading the Barometer
|
||||
|
||||
## C++
|
||||
|
||||
### Introduction
|
||||
### Install prerequisites
|
||||
### Reading the Compass
|
||||
### Reading the Magnetometer
|
||||
### Reading the Gyroscope
|
||||
### Reading the Barometer
|
||||
|
||||
|
||||
Reference in New Issue
Block a user