added sloth pakckage from Sunfounder (#731)

This commit is contained in:
Mark 2018-04-11 16:03:43 +01:00 committed by Peli de Halleux
parent 629525a681
commit 65a30af698
2 changed files with 6 additions and 1 deletions

View File

@ -111,5 +111,9 @@
"name": "LINE BLE beacon",
"url":"/pkg/pizayanz/pxt-linebeacon",
"cardType": "package"
}, {
"name": "Sunfounder Sloth",
"url":"/pkg/sunfounder/pxt-sloth",
"cardType": "package"
}]
```

View File

@ -21,7 +21,8 @@
"jdarling/pxt-pca9685",
"MUSELAB/pxt-wifi-shield",
"kittenbot/pxt-robotbit",
"pizayanz/pxt-linebeacon"
"pizayanz/pxt-linebeacon",
"sunfounder/pxt-sloth"
],
"preferredRepos": [
"Microsoft/pxt-neopixel"