escape templates
This commit is contained in:
@@ -26,7 +26,7 @@
|
|||||||
<!-- Initializer -->
|
<!-- Initializer -->
|
||||||
<script>
|
<script>
|
||||||
Flatdoc.run({
|
Flatdoc.run({
|
||||||
fetcher: Flatdoc.github('darkwaterfoundation/docs', 'escapegettingstarted.md')
|
fetcher: Flatdoc.github('darkwaterfoundation/docs', 'escapecplusplus.md')
|
||||||
});
|
});
|
||||||
|
|
||||||
$(document).on('flatdoc:ready', function() {
|
$(document).on('flatdoc:ready', function() {
|
||||||
|
|||||||
@@ -26,7 +26,7 @@
|
|||||||
<!-- Initializer -->
|
<!-- Initializer -->
|
||||||
<script>
|
<script>
|
||||||
Flatdoc.run({
|
Flatdoc.run({
|
||||||
fetcher: Flatdoc.github('darkwaterfoundation/docs', 'escapegettingstarted.md')
|
fetcher: Flatdoc.github('darkwaterfoundation/docs', 'escapepython.md')
|
||||||
});
|
});
|
||||||
|
|
||||||
$(document).on('flatdoc:ready', function() {
|
$(document).on('flatdoc:ready', function() {
|
||||||
|
|||||||
@@ -215,18 +215,4 @@ s1.setPWMmS(2.0) # fully clockwise
|
|||||||
s1.setPWMmS(1.0) # fully counter 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
|
### Next steps
|
||||||
Reference in New Issue
Block a user