29 lines
901 B
Markdown
29 lines
901 B
Markdown
# Behind the MakeCode Hardware
|
|
|
|
* [Watch Playlist on Youtube](https://www.youtube.com/watch?v=qqBmvHD5bCw&list=PLMMBk9hE-SeqDYtw9pGNPsQ10V_EGMyGe)
|
|
|
|
## Videos
|
|
|
|
```codecard
|
|
[
|
|
{
|
|
"name": "LEDs",
|
|
"description": "See how these amazing little devices create light in this fun and illuminating video.",
|
|
"youTubeId": "qqBmvHD5bCw",
|
|
"imageUrl": "/static/mb/behindhardware/leds.jpg"
|
|
},
|
|
{
|
|
"name": "Buttons",
|
|
"description": "Buttons let your fingers talk to the hardware, see how they work in this video.",
|
|
"youTubeId": "t_Qujjd_38o",
|
|
"imageUrl": "/static/mb/behindhardware/buttons.jpg"
|
|
},
|
|
{
|
|
"name": "Accelerometer",
|
|
"description": "Find out how the accelerometer detects motion in this fun video.",
|
|
"youTubeId": "byngcwjO51U",
|
|
"imageUrl": "/static/mb/behindhardware/accelerometer.jpg"
|
|
}
|
|
]
|
|
```
|