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
|
2017-01-31 17:28:33 +01:00
|
|
|
|
|
|
|
### ~ 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.
|
2017-01-31 17:28:33 +01:00
|
|
|
|
|
|
|
### ~
|
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"
|
|
|
|
}]
|
|
|
|
```
|