added puppet
This commit is contained in:
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)
|
||||
})
|
||||
```
|
Reference in New Issue
Block a user