This commit is contained in:
shrkey
2016-10-17 18:08:49 +01:00
parent be63c484de
commit 6c35e7d48f

View File

@@ -32,8 +32,35 @@ Take a look in the examples directory and you will see the following available d
##### Motor
The Motor example will start each motor in turn from 1 through to 6 in a forwards direction, then stop them and do the same in reverse. To build this demo type the following:
``` bash
$ cd ./Motor
$ make
```
Once you are returned to the command prompt you can run the program with the command:
``` bash
$ sudo ./Motor
```
##### Servo
The servo example will move each of the six servos backwards and forwards six times. To build this demo type the following:
``` bash
$ cd ./Servo
$ make
```
Once it is compiled you can run it with the command:
``` bash
$ sudo ./Servo
```
##### PPM
##### AccelGyroMag