From e638a5973f680bbf68144d064aa011b6d01a86ef Mon Sep 17 00:00:00 2001 From: Mark Date: Fri, 29 Nov 2019 15:43:05 +0000 Subject: [PATCH] add Bright Wearables Brightboard (#2537) --- docs/extensions.md | 10 ++++++++++ targetconfig.json | 1 + 2 files changed, 11 insertions(+) diff --git a/docs/extensions.md b/docs/extensions.md index 75e61236..4f311c23 100644 --- a/docs/extensions.md +++ b/docs/extensions.md @@ -310,6 +310,16 @@ Check out [microbit.org](http://microbit.org/resellers/) for more information on }] ``` +## Wearables + +```codecard +[{ + "name": "Bright Wearables Bright Board", + "url":"/pkg/BrightWearables/pxt-microbit-brightboard", + "cardType": "package" +}] +``` + ## Sensing & Individual Components ```codecard diff --git a/targetconfig.json b/targetconfig.json index 0e0ec851..187bb492 100644 --- a/targetconfig.json +++ b/targetconfig.json @@ -152,6 +152,7 @@ "Veilkrand/pxt-RobotCar", "4tronix/DriveBit", "Freenove/Makecode-Extension-Starter-Kit", + "BrightWearables/pxt-microbit-brightboard", "EBOTICS/pxt-eboticsMIBO", "KitronikLtd/pxt-kitronik-halohd", "dugbraden/pxt-climate-action-kit"