From b0b30d8195270842943d83a23f992774ee223e0d Mon Sep 17 00:00:00 2001 From: Mark Date: Thu, 3 May 2018 14:59:38 +0100 Subject: [PATCH] added iBit package by Innovative Experiment (#734) --- docs/packages.md | 4 ++++ targetconfig.json | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/packages.md b/docs/packages.md index f8f747c0..cd7f1440 100644 --- a/docs/packages.md +++ b/docs/packages.md @@ -112,6 +112,10 @@ "url":"/pkg/pizayanz/pxt-linebeacon", "cardType": "package" }, { + "name": "inex iBit", + "url":"/pkg/emwta/pxt-iBit", + "cardType": "package" + }, { "name": "Sunfounder Sloth", "url":"/pkg/sunfounder/pxt-sloth", "cardType": "package" diff --git a/targetconfig.json b/targetconfig.json index dc3617d4..5378f1e3 100644 --- a/targetconfig.json +++ b/targetconfig.json @@ -23,7 +23,8 @@ "kittenbot/pxt-robotbit", "pizayanz/pxt-linebeacon", "sunfounder/pxt-sloth", - "pimoroni/pxt-scrollbit" + "pimoroni/pxt-scrollbit", + "emwta/pxt-iBit" ], "preferredRepos": [ "Microsoft/pxt-neopixel"