|
| 1 | +# Jacdac |
| 2 | + |
| 3 | +Connect and Code. Instantly. |
| 4 | + |
| 5 | +## Getting started |
| 6 | + |
| 7 | +[Jacdac](https://aka.ms/jacdac) is a plug-and-play hardware accessory system that provides simulation and physical device twin in MakeCode. |
| 8 | + |
| 9 | +```codecard |
| 10 | +[{ |
| 11 | + "name": "Getting started", |
| 12 | + "description": "Connect and Code. Instantly in MakeCode.", |
| 13 | + "url":"https://microsoft.github.io/jacdac-docs/clients/makecode/", |
| 14 | + "imageUrl": "/static/jacdac/getting-started.jpg" |
| 15 | +}] |
| 16 | +``` |
| 17 | + |
| 18 | +## Projects |
| 19 | + |
| 20 | +```codecard |
| 21 | +[ |
| 22 | + { |
| 23 | + "name": "Button smasher", |
| 24 | + "description": "How many times can you smash the button in 10 seconds?", |
| 25 | + "url": "https://microsoft.github.io/jacdac-docs/clients/makecode/projects/button-smasher/", |
| 26 | + "imageUrl": "/static/jacdac/button-smasher.jpg", |
| 27 | + "youTubeId": "rlK_8oqMAmo" |
| 28 | + }, |
| 29 | + { |
| 30 | + "name": "Slider Sound Bender", |
| 31 | + "description": "Create twisted sounds using a slider module.", |
| 32 | + "url": "https://microsoft.github.io/jacdac-docs/clients/makecode/projects/slider-sound-bender/", |
| 33 | + "imageUrl": "/static/jacdac/slider-sound-bender.jpg" |
| 34 | + }, |
| 35 | + { |
| 36 | + "name": "Light Sound Bender", |
| 37 | + "description": "Create twisted sounds using light levels", |
| 38 | + "url": "https://microsoft.github.io/jacdac-docs/clients/makecode/projects/light-sound-bender/", |
| 39 | + "imageUrl": "/static/jacdac/light-sound-bender.jpg" |
| 40 | + }, |
| 41 | + { |
| 42 | + "name": "Rotary Sound Bender", |
| 43 | + "description": "Create twisted sounds using a rotary encoder module.", |
| 44 | + "url": "https://microsoft.github.io/jacdac-docs/clients/makecode/projects/rotary-sound-bender/", |
| 45 | + "imageUrl": "/static/jacdac/rotary-sound-bender.jpg" |
| 46 | + }, |
| 47 | + { |
| 48 | + "name": "Sound LED", |
| 49 | + "description": "Show the sound level on a LED ring", |
| 50 | + "url": "https://microsoft.github.io/jacdac-docs/clients/makecode/projects/sound-led/", |
| 51 | + "imageUrl": "/static/jacdac/sound-led.jpg" |
| 52 | + }, |
| 53 | + { |
| 54 | + "name": "Magnetic Sound Bender", |
| 55 | + "description": "Create twisted sounds using a magnet", |
| 56 | + "url": "https://microsoft.github.io/jacdac-docs/clients/makecode/projects/magnetic-sound-bender/", |
| 57 | + "imageUrl": "/static/jacdac/magnetic-sound-bender.jpg" |
| 58 | + } |
| 59 | +] |
| 60 | +``` |
0 commit comments