fixes to docs
This commit is contained in:
parent
d7704934e8
commit
20260e8933
@ -31,7 +31,7 @@ https://youtu.be/BiZLjugXMbM
|
|||||||
|
|
||||||
* [Servo](/projects/inchworm/servo)
|
* [Servo](/projects/inchworm/servo)
|
||||||
* [Chassis](/projects/inchworm/chassis)
|
* [Chassis](/projects/inchworm/chassis)
|
||||||
* [Circuit](/projects/inchworm/circuit)
|
* [Code](/projects/inchworm/code)
|
||||||
|
|
||||||
### ~button /projects/inchworm/circuit
|
### ~button /projects/inchworm/circuit
|
||||||
|
|
||||||
|
@ -7,7 +7,7 @@ Add code to make the inchworm move.
|
|||||||
|
|
||||||
### ~
|
### ~
|
||||||
|
|
||||||
## Duration: ~15 minutes
|
## Duration: ~30 minutes
|
||||||
|
|
||||||
## Step 2: walk forever
|
## Step 2: walk forever
|
||||||
|
|
||||||
@ -21,6 +21,7 @@ input.onButtonPressed(Button.A, () => {
|
|||||||
pins.servoWritePin(AnalogPin.P0, 180)
|
pins.servoWritePin(AnalogPin.P0, 180)
|
||||||
basic.pause(500)
|
basic.pause(500)
|
||||||
});
|
});
|
||||||
|
```
|
||||||
|
|
||||||
### ~ hint
|
### ~ hint
|
||||||
|
|
||||||
|
@ -27,7 +27,7 @@ If you are running a class or activity, you should consider preparing all servos
|
|||||||
### ~ hint
|
### ~ hint
|
||||||
|
|
||||||
Kitronik wrote an excellent in-depth guide about using servos with the @boardname@.
|
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/ .
|
||||||
|
|
||||||
### ~
|
### ~
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user