escape templates

This commit is contained in:
shrkey
2016-10-11 23:42:07 +01:00
parent 82a16e9791
commit 20b7001132
3 changed files with 2 additions and 16 deletions

View File

@@ -26,7 +26,7 @@
<!-- Initializer -->
<script>
Flatdoc.run({
fetcher: Flatdoc.github('darkwaterfoundation/docs', 'escapegettingstarted.md')
fetcher: Flatdoc.github('darkwaterfoundation/docs', 'escapecplusplus.md')
});
$(document).on('flatdoc:ready', function() {

View File

@@ -26,7 +26,7 @@
<!-- Initializer -->
<script>
Flatdoc.run({
fetcher: Flatdoc.github('darkwaterfoundation/docs', 'escapegettingstarted.md')
fetcher: Flatdoc.github('darkwaterfoundation/docs', 'escapepython.md')
});
$(document).on('flatdoc:ready', function() {

View File

@@ -215,18 +215,4 @@ s1.setPWMmS(2.0) # fully clockwise
s1.setPWMmS(1.0) # fully counter clockwise
```
## C++
### Introduction
### Install prerequisites
### Drive a motor
### Motor speed
### Servo control
### PPM integration
## Expanding the board
### Adding an expansion board
### Next steps