added example of converted lesson
This commit is contained in:
parent
5c7e856e7b
commit
98e430f3c1
19
docs/maker.md
Normal file
19
docs/maker.md
Normal file
@ -0,0 +1,19 @@
|
||||
# Maker Activites
|
||||
|
||||
These six activities require the LEGO® MINDSTORMS® Education EV3 Core Set (45544). Supporting materials for teachers and middle school students are provided, offering everything teachers and students need to explore their inner makers as they follow the design process to solve open-ended, themed challenges...
|
||||
|
||||
* [Download Curriculum Materials](https://education.lego.com/en-us/downloads/mindstorms-ev3)
|
||||
|
||||
## Activites
|
||||
|
||||
```codecard
|
||||
[
|
||||
{
|
||||
"name": "Sound Machine",
|
||||
"description": "Create instruments with your EV3 Brick!",
|
||||
"url":"/maker/sound-machine",
|
||||
"cardType": "example",
|
||||
"imageUrl": "/static/maker/sound-machine.png"
|
||||
}
|
||||
]
|
||||
```
|
12
docs/maker/sound-machine.md
Normal file
12
docs/maker/sound-machine.md
Normal file
@ -0,0 +1,12 @@
|
||||
# Sound Machine
|
||||
|
||||
This example program combined with the small model will make a beat and rhythm on any surface when the program is run.
|
||||
|
||||
```blocks
|
||||
loops.forever(function () {
|
||||
output.motorA.on(50)
|
||||
loops.pause(200)
|
||||
output.motorA.on(100)
|
||||
loops.pause(200)
|
||||
})
|
||||
```
|
BIN
docs/static/maker/sound-machine.png
vendored
Normal file
BIN
docs/static/maker/sound-machine.png
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 159 KiB |
@ -6,5 +6,8 @@
|
||||
],
|
||||
"approvedRepos": [
|
||||
]
|
||||
},
|
||||
"galleries": {
|
||||
"Maker Activities": "maker"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user