added puppet
This commit is contained in:
parent
95076f8f24
commit
12cdad72c8
@ -35,6 +35,13 @@ These six activities require the LEGO® MINDSTORMS® Education EV3 Core Set (455
|
|||||||
"url":"/maker/intruder-detector",
|
"url":"/maker/intruder-detector",
|
||||||
"cardType": "example",
|
"cardType": "example",
|
||||||
"imageUrl": "/static/maker/intruder-detector.png"
|
"imageUrl": "/static/maker/intruder-detector.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Puppet",
|
||||||
|
"description": "Build an automated puppet",
|
||||||
|
"url":"/maker/puppet",
|
||||||
|
"cardType": "example",
|
||||||
|
"imageUrl": "/static/maker/puppet.png"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
```
|
```
|
||||||
|
11
docs/maker/puppet.md
Normal file
11
docs/maker/puppet.md
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
# Puppet
|
||||||
|
|
||||||
|
Use this program with the Programmable Brick and Large Motor.
|
||||||
|
|
||||||
|
```blocks
|
||||||
|
loops.forever(function () {
|
||||||
|
output.largeMotorA.onForAngle(30, 30, false)
|
||||||
|
music.playSoundUntilDone(music.sounds(Sounds.PowerUp))
|
||||||
|
output.largeMotorA.onForAngle(40, -30, false)
|
||||||
|
})
|
||||||
|
```
|
BIN
docs/static/maker/puppet.png
vendored
Normal file
BIN
docs/static/maker/puppet.png
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 377 KiB |
Loading…
Reference in New Issue
Block a user