Add kittenbot robotbit (#619)
* Added package for PCA9685 micro:bit-support:4139 * micro:bit-support:4270 added wifi shield package from MUSELAB * added kittenbot robotbit package
This commit is contained in:
parent
d13115e3b5
commit
6ad6c40328
@ -91,5 +91,13 @@
|
|||||||
"name": "PCA9685 LED controller",
|
"name": "PCA9685 LED controller",
|
||||||
"url":"/pkg/jdarling/pxt-pca9685",
|
"url":"/pkg/jdarling/pxt-pca9685",
|
||||||
"cardType": "package"
|
"cardType": "package"
|
||||||
|
}, {
|
||||||
|
"name": "Muselab WiFi IoT Sheild",
|
||||||
|
"url":"/pkg/MUSELAB/pxt-wifi-shield",
|
||||||
|
"cardType": "package"
|
||||||
|
}, {
|
||||||
|
"name": "Kittenbot RobotBit",
|
||||||
|
"url":"/pkg/kittenbot/pxt-robotbit",
|
||||||
|
"cardType": "package"
|
||||||
}]
|
}]
|
||||||
```
|
```
|
||||||
|
@ -18,7 +18,9 @@
|
|||||||
"minodekit/pxt-minode",
|
"minodekit/pxt-minode",
|
||||||
"LaboratoryForPlayfulComputation/pxt-blockytalkyBLE",
|
"LaboratoryForPlayfulComputation/pxt-blockytalkyBLE",
|
||||||
"mbitfun/pxt-katakana",
|
"mbitfun/pxt-katakana",
|
||||||
"jdarling/pxt-pca9685"
|
"jdarling/pxt-pca9685",
|
||||||
|
"MUSELAB/pxt-wifi-shield",
|
||||||
|
"kittenbot/pxt-robotbit"
|
||||||
],
|
],
|
||||||
"preferredRepos": [
|
"preferredRepos": [
|
||||||
"Microsoft/pxt-neopixel"
|
"Microsoft/pxt-neopixel"
|
||||||
|
Loading…
Reference in New Issue
Block a user