diff --git a/docs/extensions.md b/docs/extensions.md index 6d829385..930b9182 100644 --- a/docs/extensions.md +++ b/docs/extensions.md @@ -136,6 +136,15 @@ Check out [microbit.org](http://microbit.org/resellers/) for more information on }] ``` +## Internet of Things +```codecard +[{ + "name": "DF Robot Obloq", + "url":"/pkg/DFRobot/pxt-Obloq", + "cardType": "package" +}] +``` + ## Other ```codecard diff --git a/targetconfig.json b/targetconfig.json index f112efdf..d6eecf09 100644 --- a/targetconfig.json +++ b/targetconfig.json @@ -30,6 +30,7 @@ "pimoroni/pxt-envirobit", "Annikken/pxt-Andee", "1010Technologies/pxt-makerbit", + "DFRobot/pxt-Obloq", "pimoroni/pxt-automationbit", "k8robotics/pxt-k8", "dexterind/pxt-giggle",