From 02554a6193c43dc980135d9aefc72bd59d4daa22 Mon Sep 17 00:00:00 2001 From: Mark Date: Tue, 11 Dec 2018 15:36:48 +0000 Subject: [PATCH] add touch:bit (#1727) * add touch:bit add Pimoroni touch:bit to extensions * Update extensions.md --- docs/extensions.md | 5 +++++ targetconfig.json | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/extensions.md b/docs/extensions.md index a2887a30..1b957f14 100644 --- a/docs/extensions.md +++ b/docs/extensions.md @@ -100,6 +100,11 @@ Check out [microbit.org](http://microbit.org/resellers/) for more information on "name": "Sparkfun Gamer:bit", "url":"/pkg/sparkfun/pxt-gamer-bit", "cardType": "package" +}, +{ + "name": "Pimoroni touch:bit", + "url":"/pkg/pimoroni/pxt-touchbit", + "cardType": "package" }] ``` diff --git a/targetconfig.json b/targetconfig.json index 38007243..a8387af0 100644 --- a/targetconfig.json +++ b/targetconfig.json @@ -63,7 +63,8 @@ "PiSupply/pxt-iot-lora-node", "PiSupply/pxt-tinker-kit", "PiSupply/pxt-bitbuggy", - "PiSupply/pxt-oled-ssd1306" + "PiSupply/pxt-oled-ssd1306", + "pimoroni/pxt-touchbit" ], "preferredRepos": [