pxt-calliope/docs/packages.md
2017-04-06 22:57:00 -07:00

37 lines
753 B
Markdown

# @extends
## #approval
### ~ hint
All packages need to be approved by the Micro:bit Foundation before being available in the web editor.
Contact the Microbit Foundation support to get your package approved.
### ~
## Samples #samples
```codecard
[{
"name": "NeoPixel",
"url":"/pkg/microsoft/pxt-neopixel",
"cardType": "package"
},{
"name": "MAX6675",
"url":"/pkg/microsoft/pxt-max6675",
"cardType": "package"
},{
"name": "Sonar",
"url":"/pkg/microsoft/pxt-sonar",
"cardType": "package"
},{
"name": "Bluetooth Temperature Sensor",
"url":"/pkg/microsoft/pxt-bluetooth-temperature-sensor",
"cardType": "package"
},{
"name": "Bluetooth MAX6675",
"url":"/pkg/microsoft/pxt-bluetooth-max6675",
"cardType": "package"
}]
```