Skip to content

Commit

Permalink
Setup the 'Behind the MakeCode Hardware' gallery (#1025)
Browse files Browse the repository at this point in the history
* setup the 'Behind the MakeCode Hardware' gallery

* switch 'devices' to 'components'
  • Loading branch information
ganicke authored and pelikhan committed May 8, 2019
1 parent 0a136ce commit b2688a0
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 1 deletion.
24 changes: 24 additions & 0 deletions docs/behind-the-makecode-hardware.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Behind the MakeCode Hardware

The @boardname@ comes with amazing hardware components on it. It can connect to external hardware too. Here are some videos to show you how some of these hardware components work and how your code uses them.

* [Watch Playlist on Youtube](https://www.youtube.com/watch?v=qqBmvHD5bCw&list=PLMMBk9hE-SeqDYtw9pGNPsQ10V_EGMyGe)

## Videos

```codecard
[
{
"name": "NeoPixels",
"description": "See how these amazing LED pixels create colored light in this fun and illuminating video.",
"youTubeId": "Bo0cM2qmuAE",
"imageUrl": "/static/cp/behindhardware/neopixels.jpg"
},
{
"name": "Speaker",
"description": "Find out how a speaker makes sound and use it to hear the music you create with your board.",
"youTubeId": "JjJ-KGwKh_4",
"imageUrl": "/static/cp/behindhardware/speaker.jpg"
}
]
```
Binary file added docs/static/cp/behindhardware/neopixels.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/static/cp/behindhardware/speaker.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion targetconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
"Games": "games",
"Create and Have Fun": "creative-fun",
"Courses": "courses",
"learn.adafruit.com": "learnsystem"
"learn.adafruit.com": "learnsystem",
"Behind the MakeCode Hardware": "behind-the-makecode-hardware"
},
"firmwareUrls": {
"adafruit-circuit-playground-express": "https://learn.adafruit.com/adafruit-circuit-playground-express/adafruit2-uf2-bootloader-details#updating-the-bootloader"
Expand Down

0 comments on commit b2688a0

Please sign in to comment.