This commit is contained in:
shrkey
2016-08-13 17:20:05 +01:00
parent 1a0ea27f3c
commit ff8f861b34
2 changed files with 65 additions and 7 deletions

34
640.md
View File

@@ -3,21 +3,41 @@
The 640 board is used to drive up to 6 DC motors and 2 Servo motors. The 640 board is used to drive up to 6 DC motors and 2 Servo motors.
## Getting started ## Getting started
## Board layout
## Setup
### Attaching the power
### Attaching a Servo
### Attaching a motor
### Attaching an RC receiver
## Layout # Programming the 640
# Programming
## Python ## Python
### Step One ### Introduction
### Import libraries
### Drive a motor
### Motor speed
### Servo control
## Node.JS ## Node.JS
### Step One ### Introduction
### Import libraries
### Drive a motor
### Motor speed
### Servo control
## C++ ## C++
### Step One ### Introduction
### Step Two ### Install prerequisites
### Drive a motor
### Motor speed
### Servo control
### PPM integration
## Expanding the board
### Adding an expansion board

View File

@@ -2,3 +2,41 @@
The ESCAPE board is used to drive up to 6 Servos and 6 ESC powered motors. The ESCAPE board is used to drive up to 6 Servos and 6 ESC powered motors.
## Getting started
## Board layout
## Setup
### Attaching a Servo
### Attaching a motor
### Attaching an RC receiver
# Programming the ESCAPE
## 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