diff --git a/docs/extensions.md b/docs/extensions.md index 21b426e3..3a413d16 100644 --- a/docs/extensions.md +++ b/docs/extensions.md @@ -91,6 +91,10 @@ Check out [microbit.org](http://microbit.org/resellers/) for more information on "name": "MakerBit motor controller", "url":"/pkg/1010Technologies/pxt-makerbit-motor", "cardType": "package" +}, { + "name": "Prokit Tobbie II", + "url":"/pkg/kaku111/pxt-tobbieII", + "cardType": "package" }, { "name": "Kitronik ACCESS:bit", "url":"/pkg/KitronikLtd/pxt-kitronik-accessbit", diff --git a/targetconfig.json b/targetconfig.json index 92a4fdbb..fd999979 100644 --- a/targetconfig.json +++ b/targetconfig.json @@ -118,7 +118,8 @@ "KitronikLtd/pxt-kitronik-zip-tile", "lwchkg/pxt-proportional-font", "jcubuntu/pxt-iKB1", - "KitronikLtd/pxt-kitronik-accessbit" + "KitronikLtd/pxt-kitronik-accessbit", + "kaku111/pxt-tobbieII" ],