diff --git a/docs/extensions.md b/docs/extensions.md index aeef492c..73a4627b 100644 --- a/docs/extensions.md +++ b/docs/extensions.md @@ -215,6 +215,10 @@ Check out [microbit.org](http://microbit.org/resellers/) for more information on "name": "Sparkfun Weather:bit", "url":"/pkg/sparkfun/pxt-weather-bit", "cardType": "package" +}, { + "name": "Sparkfun gator:environment", + "url":"/pkg/sparkfun/pxt-gator-environment", + "cardType": "package" }, { "name": "Minode Kit", "url":"/pkg/minodekit/pxt-minode", diff --git a/targetconfig.json b/targetconfig.json index 5272935d..0b156c05 100644 --- a/targetconfig.json +++ b/targetconfig.json @@ -50,6 +50,7 @@ "sparkfun/pxt-gamer-bit", "sparkfun/pxt-moto-bit", "sparkfun/pxt-weather-bit", + "sparkfun/pxt-gator-environment", "minodekit/pxt-minode", "LaboratoryForPlayfulComputation/pxt-BlockyTalkyBLE", "mbitfun/pxt-katakana",