This commit is contained in:
shrkey
2016-09-26 13:35:36 +01:00
parent ff313a6ff3
commit 5e298f6a15
2 changed files with 3 additions and 11 deletions

View File

@@ -19,14 +19,6 @@ The ESCAPE board is used to drive up to 6 Servos and 6 ESC powered motors.
### Motor speed ### Motor speed
### Servo control ### Servo control
## Node.JS
### Introduction
### Import libraries
### Drive a motor
### Motor speed
### Servo control
## C++ ## C++
### Introduction ### Introduction

View File

@@ -10,9 +10,9 @@ The 640 (Six for Zero) board is a DC and Stepper motor control board capable of
![640](/images/640-450.png) ![640](/images/640-450.png)
- [Getting started]() setting up your 640 board ready for use - [Getting started](/640.html#introduction-getting-started) setting up your 640 board ready for use
- [Programming in Python]() the Python API and how to use it - [Programming in Python](/640.html#programming-the-640-python) the Python API and how to use it
- [Programming in C++]() controlling the board in C++ - [Programming in C++](/640.html#programming-the-640-c) controlling the board in C++
- [Set up RC Input]() reading input from your RC receiver - [Set up RC Input]() reading input from your RC receiver
- [Expanding]() adding extra expansion boards - [Expanding]() adding extra expansion boards