New pages

This commit is contained in:
shrkey
2016-08-13 17:37:31 +01:00
parent ff8f861b34
commit 6254b03300
7 changed files with 200 additions and 40 deletions

38
soar.md Normal file
View 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