added puppet

This commit is contained in:
Peli de Halleux
2017-10-27 00:13:51 -07:00
parent 95076f8f24
commit 12cdad72c8
3 changed files with 18 additions and 0 deletions

11
docs/maker/puppet.md Normal file
View 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)
})
```