fixes to docs

This commit is contained in:
Peli de Halleux 2017-01-05 13:28:06 -08:00
parent d7704934e8
commit 20260e8933
3 changed files with 4 additions and 3 deletions

View File

@ -31,7 +31,7 @@ https://youtu.be/BiZLjugXMbM
* [Servo](/projects/inchworm/servo)
* [Chassis](/projects/inchworm/chassis)
* [Circuit](/projects/inchworm/circuit)
* [Code](/projects/inchworm/code)
### ~button /projects/inchworm/circuit

View File

@ -7,7 +7,7 @@ Add code to make the inchworm move.
### ~
## Duration: ~15 minutes
## Duration: ~30 minutes
## Step 2: walk forever
@ -21,6 +21,7 @@ input.onButtonPressed(Button.A, () => {
pins.servoWritePin(AnalogPin.P0, 180)
basic.pause(500)
});
```
### ~ hint

View File

@ -27,7 +27,7 @@ If you are running a class or activity, you should consider preparing all servos
### ~ hint
Kitronik wrote an excellent in-depth guide about using servos with the @boardname@.
Check it out at
Check it out at https://www.kitronik.co.uk/blog/using-bbc-microbit-control-servo/ .
### ~