diff --git a/docs/extensions.md b/docs/extensions.md index 4b2e0b41..d912df18 100644 --- a/docs/extensions.md +++ b/docs/extensions.md @@ -43,6 +43,10 @@ Check out [microbit.org](http://microbit.org/resellers/) for more information on "name": "Robobit", "url":"/pkg/4tronix/Robobit", "cardType": "package" +}, { + "name": "Pi Supply Bit Buggy", + "url":"/pkg/PiSupply/pxt-bitbuggy", + "cardType": "package" }] ``` @@ -148,6 +152,15 @@ Check out [microbit.org](http://microbit.org/resellers/) for more information on }] ``` +## IoT +```codecard +[{ + "name": "Pi Supply Lora Node", + "url":"/pkg/PiSupply/pxt-iot-lora-node", + "cardType": "package" +}] +``` + ## Other ```codecard diff --git a/targetconfig.json b/targetconfig.json index 5f678209..7c9fe8d6 100644 --- a/targetconfig.json +++ b/targetconfig.json @@ -5,7 +5,8 @@ "microbit-foundation", "KitronikLtd", "tinkertanker", - "Seeed-Studio" + "Seeed-Studio", + "PiSupply" ], "approvedRepos": [ "CoderDojoOlney/pxt-olney", @@ -121,4 +122,4 @@ "Blocks To JavaScript": "courses/blocks-to-javascript", "Courses": "courses" } -} \ No newline at end of file +}