sparkfun and robobit pacakges (#1551)
* recover sparkfun packages * adding robobit
This commit is contained in:
parent
4cd1d6d1c3
commit
5f7993f1f0
@ -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"
|
||||||
}]
|
}]
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -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",
|
||||||
|
Loading…
Reference in New Issue
Block a user