Skip to content

Commit

Permalink
Add separate section for shields
Browse files Browse the repository at this point in the history
Splitting the hardware section to boards and shields. Let me know if looks ok
  • Loading branch information
abchatra authored May 15, 2024
1 parent fa4c3d5 commit 43585ff
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions docs/hardware.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,17 @@ These boards run MakeCode Arcade games. They are based on our guidelines, adhere
"imageUrl": "/static/hardware/adafruitm4.jpg",
"url": "https://learn.adafruit.com/makecode-arcade-m4",
"variant": "hw---samd51"
},
}
]
```
## micro:bit shields for Arcade

You can use micro:bit V2 with an accessory shield to play MakeCode Arcade games as well! Connecting the new micro:bit to a MakeCode Arcade compatible shield allows the micro:bit to become its own retro gaming handheld. The micro:bit acts like a game cartridge that contains all of your game code, all the shield does is enhance the micro:bit with a full colour LCD, additional buttons for game input. In addition to these awesome new features, micro:bit accessory manufacturers can augment their shields with their own custom Arcade shield designs and unique capabilities.

Shields are based on our guidelines, adhere to open source hardware reference designs, and have been user tested. However, each hardware manufacturer is responsible for ensuring the compatibility, reliability, safety and compliance of their products. Microsoft provides no representations or warranties on these products and disclaims liability for any risks associated with their use.

```
[
{
"name": "micro:bit Newbit Shield",
"description": "Use the micro:bit with an expansion board from Kittenbot",
Expand All @@ -102,14 +112,13 @@ These boards run MakeCode Arcade games. They are based on our guidelines, adhere
"url": "https://www.icshop.com.tw/products/368112100137?locale=en"
},
{
"name": "micro:bit Kitronik Shield",
"name": "Kitronik Arcade for micro:bit",
"description": "Use the micro:bit with an expansion board from Kitronik",
"imageUrl": "/static/hardware/kitronik-shield.png",
"url": "http://www.kitronik.co.uk/56116"
}
]
```

## Other ways to play Arcade

```codecard
Expand Down

0 comments on commit 43585ff

Please sign in to comment.