updating package docs
This commit is contained in:
		@@ -135,6 +135,10 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
* [Packages](/packages)
 | 
					* [Packages](/packages)
 | 
				
			||||||
    * [NeoPixel](/pkg/microsoft/pxt-neopixel)
 | 
					    * [NeoPixel](/pkg/microsoft/pxt-neopixel)
 | 
				
			||||||
 | 
					    * [Sonar](/pkg/microsoft/pxt-sonar)
 | 
				
			||||||
 | 
					    * [Bluetooth Temperature Sensor](/pkg/microsoft/pxt-bluetooth-temperature-sensor)
 | 
				
			||||||
 | 
					    * [MAX6675](/pkg/microsoft/pxt-max6675)
 | 
				
			||||||
 | 
					    * [Bluetooth MAX6675](/pkg/microsoft/pxt-bluetooth-max6675)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## #other
 | 
					## #other
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -11,8 +11,26 @@ Contact the Microbit Foundation support to get your package approved.
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
## Samples #samples
 | 
					## Samples #samples
 | 
				
			||||||
 | 
					
 | 
				
			||||||
* [pxt-neopixel](https://github.com/Microsoft/pxt-neopixel) -- TypeScript + ARM Thumb assembly package
 | 
					```codecard
 | 
				
			||||||
* [pxt-max6675](https://github.com/Microsoft/pxt-max6675) -- TypeScript
 | 
					[{
 | 
				
			||||||
* [pxt-sonar](https://github.com/microsoft/pxt-sonar) -- TypeScript
 | 
					  "name": "NeoPixel",
 | 
				
			||||||
* [pxt-bluetooth-temperature-sensor](https://github.com/Microsoft/pxt-bluetooth-temperature-sensor) -- C++, custom BLE service
 | 
					  "url":"/pkg/microsoft/pxt-neopixel",
 | 
				
			||||||
* [pxt-bluetooth-max6675](https://github.com/Microsoft/pxt-bluetooth-max6675) -- TypeScript using other packages
 | 
					  "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"
 | 
				
			||||||
 | 
					}]
 | 
				
			||||||
 | 
					```
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user