Update extensions.md (#2456)

Move the :VIEW Text32 from other to Display now there is a display sections
This commit is contained in:
Kitronik Ltd 2019-10-05 03:47:31 +01:00 committed by Peli de Halleux
parent 7242531525
commit 3bba53c933

View File

@ -174,6 +174,11 @@ Check out [microbit.org](http://microbit.org/resellers/) for more information on
```codecard ```codecard
[{ [{
"name": "Kitronik :VIEW text32",
"url": "/pkg/KitronikLtd/pxt-kitronik-viewtext32",
"cardType": "package"
},
{
"name": "XinaBox OD01 Display", "name": "XinaBox OD01 Display",
"url":"/pkg/xinabox/pxt-OD01", "url":"/pkg/xinabox/pxt-OD01",
"cardType": "package" "cardType": "package"
@ -518,9 +523,5 @@ Check out [microbit.org](http://microbit.org/resellers/) for more information on
"name": "Keigan Motor", "name": "Keigan Motor",
"url": "/pkg/keigan-motor/pxt-KeiganMotor", "url": "/pkg/keigan-motor/pxt-KeiganMotor",
"cardType": "package" "cardType": "package"
}, {
"name": "Kitronik :VIEW text32",
"url": "/pkg/KitronikLtd/pxt-kitronik-viewtext32",
"cardType": "package"
}] }]
``` ```