pxt-calliope/docs/packages.md

37 lines
753 B
Markdown
Raw Normal View History

2017-03-16 21:54:48 +01:00
# @extends
2016-05-05 15:20:18 +02:00
2017-03-16 21:54:48 +01:00
## #approval
### ~ hint
All packages need to be approved by the Micro:bit Foundation before being available in the web editor.
2017-03-16 21:54:48 +01:00
Contact the Microbit Foundation support to get your package approved.
### ~
2016-05-05 15:20:18 +02:00
2017-03-16 21:54:48 +01:00
## Samples #samples
2017-04-07 07:57:00 +02:00
```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"
}]
```