diff --git a/docs/extensions.md b/docs/extensions.md index 94a0dadb..8d144918 100644 --- a/docs/extensions.md +++ b/docs/extensions.md @@ -210,6 +210,10 @@ Check out [microbit.org](http://microbit.org/resellers/) for more information on "name": "MakerBit", "url": "/pkg/1010Technologies/pxt-makerbit", "cardType": "package" +}, { + "name": "MakerBit Pins", + "url": "/pkg/1010Technologies/pxt-makerbit-pins", + "cardType": "package" }] ``` diff --git a/targetconfig.json b/targetconfig.json index a1151446..2cfd42a5 100644 --- a/targetconfig.json +++ b/targetconfig.json @@ -72,6 +72,7 @@ "1010Technologies/pxt-makerbit-lcd1602", "1010Technologies/pxt-makerbit-ir-receiver", "1010Technologies/pxt-makerbit-touch", + "1010Technologies/pxt-makerbit-pins", "pimoroni/pxt-automationbit", "k8robotics/pxt-k8", "dexterind/pxt-giggle",