From 5f7993f1f02806c7bfa1f48a61260df0223c644b Mon Sep 17 00:00:00 2001 From: Peli de Halleux Date: Sun, 28 Oct 2018 21:42:44 -0700 Subject: [PATCH] sparkfun and robobit pacakges (#1551) * recover sparkfun packages * adding robobit --- docs/extensions.md | 12 ++++++++++++ targetconfig.json | 5 ++++- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/docs/extensions.md b/docs/extensions.md index 6d829385..4b2e0b41 100644 --- a/docs/extensions.md +++ b/docs/extensions.md @@ -39,6 +39,10 @@ Check out [microbit.org](http://microbit.org/resellers/) for more information on "name": "Gigglebot", "url":"/pkg/dexterind/pxt-giggle", "cardType": "package" +}, { + "name": "Robobit", + "url":"/pkg/4tronix/Robobit", + "cardType": "package" }] ``` @@ -133,6 +137,14 @@ Check out [microbit.org](http://microbit.org/resellers/) for more information on "name": "Imagimaker Magisheild", "url":"/pkg/Imagimaker/pxt-imagimaker", "cardType": "package" +}, { + "name": "gator:light Light sensor", + "url":"/pkg/sparkfun/pxt-gator-light", + "cardType": "package" +}, { + "name": "gator:temp Temperature Sensor", + "url":"/pkg/sparkfun/pxt-gator-temp", + "cardType": "package" }] ``` diff --git a/targetconfig.json b/targetconfig.json index f112efdf..5f678209 100644 --- a/targetconfig.json +++ b/targetconfig.json @@ -34,7 +34,10 @@ "k8robotics/pxt-k8", "dexterind/pxt-giggle", "dexterind/pxt-gigglebot", - "Imagimaker/pxt-imagimaker" + "Imagimaker/pxt-imagimaker", + "sparkfun/pxt-gator-light", + "sparkfun/pxt-gator-temp", + "4tronix/Robobit" ], "preferredRepos": [ "Microsoft/pxt-neopixel",