sparkfun and robobit pacakges (#1551)

* recover sparkfun packages

* adding robobit
This commit is contained in:
Peli de Halleux 2018-10-28 21:42:44 -07:00 committed by GitHub
parent 4cd1d6d1c3
commit 5f7993f1f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 16 additions and 1 deletions

View File

@ -39,6 +39,10 @@ Check out [microbit.org](http://microbit.org/resellers/) for more information on
"name": "Gigglebot", "name": "Gigglebot",
"url":"/pkg/dexterind/pxt-giggle", "url":"/pkg/dexterind/pxt-giggle",
"cardType": "package" "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", "name": "Imagimaker Magisheild",
"url":"/pkg/Imagimaker/pxt-imagimaker", "url":"/pkg/Imagimaker/pxt-imagimaker",
"cardType": "package" "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"
}] }]
``` ```

View File

@ -34,7 +34,10 @@
"k8robotics/pxt-k8", "k8robotics/pxt-k8",
"dexterind/pxt-giggle", "dexterind/pxt-giggle",
"dexterind/pxt-gigglebot", "dexterind/pxt-gigglebot",
"Imagimaker/pxt-imagimaker" "Imagimaker/pxt-imagimaker",
"sparkfun/pxt-gator-light",
"sparkfun/pxt-gator-temp",
"4tronix/Robobit"
], ],
"preferredRepos": [ "preferredRepos": [
"Microsoft/pxt-neopixel", "Microsoft/pxt-neopixel",