Add MakerBit Pins extension (#1979)

This commit is contained in:
Philipp Henkel 2019-04-24 16:40:46 +02:00 committed by Peli de Halleux
parent c3c2545607
commit f480d35d6b
2 changed files with 5 additions and 0 deletions

View File

@ -210,6 +210,10 @@ Check out [microbit.org](http://microbit.org/resellers/) for more information on
"name": "MakerBit", "name": "MakerBit",
"url": "/pkg/1010Technologies/pxt-makerbit", "url": "/pkg/1010Technologies/pxt-makerbit",
"cardType": "package" "cardType": "package"
}, {
"name": "MakerBit Pins",
"url": "/pkg/1010Technologies/pxt-makerbit-pins",
"cardType": "package"
}] }]
``` ```

View File

@ -72,6 +72,7 @@
"1010Technologies/pxt-makerbit-lcd1602", "1010Technologies/pxt-makerbit-lcd1602",
"1010Technologies/pxt-makerbit-ir-receiver", "1010Technologies/pxt-makerbit-ir-receiver",
"1010Technologies/pxt-makerbit-touch", "1010Technologies/pxt-makerbit-touch",
"1010Technologies/pxt-makerbit-pins",
"pimoroni/pxt-automationbit", "pimoroni/pxt-automationbit",
"k8robotics/pxt-k8", "k8robotics/pxt-k8",
"dexterind/pxt-giggle", "dexterind/pxt-giggle",