From 43585ff9fc41ab7e4b23ab829ca5b0ace172828c Mon Sep 17 00:00:00 2001 From: Abhijith Chatra Date: Wed, 15 May 2024 15:49:44 -0700 Subject: [PATCH] Add separate section for shields Splitting the hardware section to boards and shields. Let me know if looks ok --- docs/hardware.md | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/docs/hardware.md b/docs/hardware.md index b1480b398d8..84f63fc0cca 100644 --- a/docs/hardware.md +++ b/docs/hardware.md @@ -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", @@ -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