From 93ac1ddd0f9b4da3a0e8d4583886eb2f009a9fe9 Mon Sep 17 00:00:00 2001 From: Mark Date: Fri, 11 Jan 2019 14:17:22 +0000 Subject: [PATCH] add Colorbit (#1783) * add Colorbit * Update targetconfig.json remove ',' * Update extensions.md --- docs/extensions.md | 4 ++++ targetconfig.json | 1 + 2 files changed, 5 insertions(+) diff --git a/docs/extensions.md b/docs/extensions.md index d2ca4e2b..217b5112 100644 --- a/docs/extensions.md +++ b/docs/extensions.md @@ -312,6 +312,10 @@ Check out [microbit.org](http://microbit.org/resellers/) for more information on "name": "ALS Robot JoyBit", "url":"/pkg/alsrobot-microbit-makecode-packages/ALSRobotJoyBit", "cardType": "package" +}, { + "name": "51bit ColorBit", + "url":"/pkg/51bit/ColorBit", + "cardType": "package" }, { "name": "MAX7219 8x8", "url":"/pkg/alankrantas/pxt-MAX7219_8x8", diff --git a/targetconfig.json b/targetconfig.json index f375b74e..2ac5b734 100644 --- a/targetconfig.json +++ b/targetconfig.json @@ -103,6 +103,7 @@ "pimoroni/pxt-touchbit", "4tronix/cubebit", "4tronix/BitCommander", + "51bit/ColorBit", "alankrantas/pxt-MAX7219_8x8" ],