From 88906143256ab9f0e5a52b35c1e840a33e285d21 Mon Sep 17 00:00:00 2001 From: Philipp Henkel Date: Thu, 21 Mar 2019 15:33:39 +0100 Subject: [PATCH] Split MakerBit extension into stand-alone packages (#1856) --- docs/extensions.md | 27 ++++++++++++++++++++++++++- targetconfig.json | 6 ++++++ 2 files changed, 32 insertions(+), 1 deletion(-) diff --git a/docs/extensions.md b/docs/extensions.md index d5868dfd..21b426e3 100644 --- a/docs/extensions.md +++ b/docs/extensions.md @@ -87,6 +87,10 @@ Check out [microbit.org](http://microbit.org/resellers/) for more information on "name": "Inex iKB-1 controller board", "url":"/pkg/jcubuntu/pxt-iKB1", "cardType": "package" +}, { + "name": "MakerBit motor controller", + "url":"/pkg/1010Technologies/pxt-makerbit-motor", + "cardType": "package" }, { "name": "Kitronik ACCESS:bit", "url":"/pkg/KitronikLtd/pxt-kitronik-accessbit", @@ -216,6 +220,10 @@ Check out [microbit.org](http://microbit.org/resellers/) for more information on "name": "Sonar", "url":"/pkg/microsoft/pxt-sonar", "cardType": "package" +}, { + "name": "Non-blocking Ultrasonic Sensing", + "url":"/pkg/1010Technologies/pxt-makerbit-ultrasonic", + "cardType": "package" }, { "name": "Bluetooth Temperature Sensor", "url":"/pkg/microsoft/pxt-bluetooth-temperature-sensor", @@ -256,10 +264,23 @@ Check out [microbit.org](http://microbit.org/resellers/) for more information on "name": "ALS Robot Electromagnet", "url":"/pkg/alsrobot-microbit-makecode-packages/ALSRobotElectromagnet", "cardType": "package" +}, { + "name": "MakerBit Touch MPR121", + "url": "/pkg/1010Technologies/pxt-makerbit-touch", + "cardType": "package" +}, { + "name": "Keyestudio Infrared Receiver", + "url": "/pkg/1010Technologies/pxt-makerbit-ir-receiver", + "cardType": "package" +}, { + "name": "I2C LCD 1602 Display", + "url": "/pkg/1010Technologies/pxt-makerbit-ir-lcd1602", + "cardType": "package" }] ``` ## IoT + ```codecard [{ "name": "Pi Supply Lora Node", @@ -271,7 +292,7 @@ Check out [microbit.org](http://microbit.org/resellers/) for more information on ## Other ```codecard -[ +[ { "name": "Code Dojo Olney", "url":"/pkg/CoderDojoOlney/pxt-olney", @@ -348,5 +369,9 @@ Check out [microbit.org](http://microbit.org/resellers/) for more information on "name": "MAX7219 8x8", "url":"/pkg/alankrantas/pxt-MAX7219_8x8", "cardType": "package" +}, { + "name": "Catalex Serial MP3 Player v1.0", + "url": "/pkg/1010Technologies/pxt-makerbit-mp3", + "cardType": "package" }] ``` diff --git a/targetconfig.json b/targetconfig.json index d1cc43c9..92a4fdbb 100644 --- a/targetconfig.json +++ b/targetconfig.json @@ -66,6 +66,12 @@ "pimoroni/pxt-envirobit", "Annikken/pxt-Andee", "1010Technologies/pxt-makerbit", + "1010Technologies/pxt-makerbit-motor", + "1010Technologies/pxt-makerbit-mp3", + "1010Technologies/pxt-makerbit-ultrasonic", + "1010Technologies/pxt-makerbit-lcd1602", + "1010Technologies/pxt-makerbit-ir-receiver", + "1010Technologies/pxt-makerbit-touch", "pimoroni/pxt-automationbit", "k8robotics/pxt-k8", "dexterind/pxt-giggle",