new layouts
This commit is contained in:
67
640advanced.html
Normal file
67
640advanced.html
Normal file
@@ -0,0 +1,67 @@
|
||||
<!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>640 - Advanced | 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-dark/style.css?2' rel='stylesheet'>
|
||||
<script src='/flatdoc/theme-dark/script.js?1'></script>
|
||||
|
||||
<!-- Highlight.js -->
|
||||
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.4.0/styles/monokai-sublime.min.css">
|
||||
<script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.4.0/highlight.min.js"></script>
|
||||
<!-- Meta -->
|
||||
<meta content="640 - Getting Started | Dark Water" property="og:title">
|
||||
<meta content="Dark Water Foundation documentation." name="description">
|
||||
|
||||
<!-- Initializer -->
|
||||
<script>
|
||||
Flatdoc.run({
|
||||
fetcher: Flatdoc.github('darkwaterfoundation/docs', '640advanced.md')
|
||||
});
|
||||
|
||||
$(document).on('flatdoc:ready', function() {
|
||||
// Highlight all the codes
|
||||
$('pre code').each(function(i, block) {
|
||||
hljs.highlightBlock(block);
|
||||
});
|
||||
});
|
||||
</script>
|
||||
</head>
|
||||
<body role='flatdoc' class='big-h3'>
|
||||
|
||||
<div class='header'>
|
||||
<div class='left'>
|
||||
<h1><a href='/index.html'>Dark Water Documentation</a></h1>
|
||||
<ul>
|
||||
<li><a href='/640gettingstarted.html'>640</a></li>
|
||||
<li><a href='/escapegettingstarted.html'>ESCAPE</a></li>
|
||||
<!--<li><a href='/soar.html'>Soar</a></li>-->
|
||||
<li><a href='/expansionadding.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>
|
||||
3
640advanced.md
Normal file
3
640advanced.md
Normal file
@@ -0,0 +1,3 @@
|
||||
# Get advanced
|
||||
|
||||
More here soon
|
||||
@@ -149,14 +149,3 @@ Go to the *Advanced Options* again and do the same for *SPI*
|
||||
This time when you are returned to the main menu, move down to the *Finish* option (pressing the right arrow key twice will get you there) and press enter.
|
||||
|
||||
You have now enabled the interfaces you need to use your board.
|
||||
|
||||
## Wiring everything up
|
||||
|
||||
### Attaching the power
|
||||
### Attaching a Servo
|
||||
### Attaching a motor
|
||||
### Attaching an RC receiver
|
||||
|
||||
### Next steps
|
||||
|
||||
[Programming in Python >](/640python.html)
|
||||
67
640wiring.html
Normal file
67
640wiring.html
Normal file
@@ -0,0 +1,67 @@
|
||||
<!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>640 - Wiring everythin up | 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-dark/style.css?2' rel='stylesheet'>
|
||||
<script src='/flatdoc/theme-dark/script.js?1'></script>
|
||||
|
||||
<!-- Highlight.js -->
|
||||
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.4.0/styles/monokai-sublime.min.css">
|
||||
<script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.4.0/highlight.min.js"></script>
|
||||
<!-- Meta -->
|
||||
<meta content="640 - Getting Started | Dark Water" property="og:title">
|
||||
<meta content="Dark Water Foundation documentation." name="description">
|
||||
|
||||
<!-- Initializer -->
|
||||
<script>
|
||||
Flatdoc.run({
|
||||
fetcher: Flatdoc.github('darkwaterfoundation/docs', '640wiring.md')
|
||||
});
|
||||
|
||||
$(document).on('flatdoc:ready', function() {
|
||||
// Highlight all the codes
|
||||
$('pre code').each(function(i, block) {
|
||||
hljs.highlightBlock(block);
|
||||
});
|
||||
});
|
||||
</script>
|
||||
</head>
|
||||
<body role='flatdoc' class='big-h3'>
|
||||
|
||||
<div class='header'>
|
||||
<div class='left'>
|
||||
<h1><a href='/index.html'>Dark Water Documentation</a></h1>
|
||||
<ul>
|
||||
<li><a href='/640gettingstarted.html'>640</a></li>
|
||||
<li><a href='/escapegettingstarted.html'>ESCAPE</a></li>
|
||||
<!--<li><a href='/soar.html'>Soar</a></li>-->
|
||||
<li><a href='/expansionadding.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>
|
||||
6
640wiring.md
Normal file
6
640wiring.md
Normal file
@@ -0,0 +1,6 @@
|
||||
# Wiring everything up
|
||||
|
||||
## Attaching the power
|
||||
## Attaching a Servo
|
||||
## Attaching a motor
|
||||
## Attaching an RC receiver
|
||||
@@ -175,7 +175,3 @@ Go to the *Advanced Options* again and do the same for *SPI*
|
||||
This time when you are returned to the main menu, move down to the *Finish* option (pressing the right arrow key twice will get you there) and press enter.
|
||||
|
||||
You have now enabled the interfaces you need to use your board.
|
||||
|
||||
### Next steps
|
||||
|
||||
[Programming in Python >](/escapepython.html)
|
||||
@@ -11,10 +11,12 @@ The 640 (Six for Zero) board is a DC and Stepper motor control board capable of
|
||||

|
||||
|
||||
- [Getting started](/640gettingstarted.html) setting up your 640 board ready for use
|
||||
- [Wiring everything up](/640wiring.html) connecting your power, motors and servos
|
||||
- [Programming in Python](/640python.html) the Python API and how to use it
|
||||
- [Programming in C++](/640cplusplus.html) controlling the board in C++
|
||||
- [Set up RC Input]() reading input from your RC receiver
|
||||
- [Expanding](/expansionadding.html) adding extra expansion boards
|
||||
- [Get Advanced](/640advanced.html) more advanced things you can do
|
||||
|
||||
[Pre-Order a 640 board >](https://darkwater.io/product/640-dc-motor-control-board/)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user