added scrollbit package (#762)

This commit is contained in:
Mark 2018-05-03 14:01:28 +01:00 committed by Peli de Halleux
parent 12eee456df
commit 005333a9c6
2 changed files with 7 additions and 1 deletions

View File

@ -115,5 +115,10 @@
"name": "Sunfounder Sloth",
"url":"/pkg/sunfounder/pxt-sloth",
"cardType": "package"
}, {
"name": "Pimoroni Scrollbit",
"url":"/pkg/pimoroni/pxt-scrollbit",
"cardType": "package"
}]
```

View File

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