add xinabox OD01 and breakout display section (#2397)
* add xinabox OD01 and breakout display section * Update targetconfig.json * Update extensions.md
This commit is contained in:
parent
19dffde1a8
commit
20b80baa5d
@ -166,6 +166,26 @@ Check out [microbit.org](http://microbit.org/resellers/) for more information on
|
|||||||
}]
|
}]
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Display
|
||||||
|
|
||||||
|
```codecard
|
||||||
|
[{
|
||||||
|
"name": "XinaBox OD01 Display",
|
||||||
|
"url":"/pkg/xinabox/pxt-OD01",
|
||||||
|
"cardType": "package"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "ssd1306 OLED",
|
||||||
|
"url":"/pkg/Tinkertanker/pxt-oled-ssd1306",
|
||||||
|
"cardType": "package"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "I2C LCD 1602 Display",
|
||||||
|
"url": "/pkg/1010Technologies/pxt-makerbit-ir-lcd1602",
|
||||||
|
"cardType": "package"
|
||||||
|
}]
|
||||||
|
```
|
||||||
|
|
||||||
## STEM
|
## STEM
|
||||||
|
|
||||||
```codecard
|
```codecard
|
||||||
@ -285,10 +305,6 @@ Check out [microbit.org](http://microbit.org/resellers/) for more information on
|
|||||||
"name": "Bluetooth MAX6675",
|
"name": "Bluetooth MAX6675",
|
||||||
"url":"/pkg/microsoft/pxt-bluetooth-max6675",
|
"url":"/pkg/microsoft/pxt-bluetooth-max6675",
|
||||||
"cardType": "package"
|
"cardType": "package"
|
||||||
}, {
|
|
||||||
"name": "ssd1306 OLED",
|
|
||||||
"url":"/pkg/Tinkertanker/pxt-oled-ssd1306",
|
|
||||||
"cardType": "package"
|
|
||||||
}, {
|
}, {
|
||||||
"name": "ky040 rotary",
|
"name": "ky040 rotary",
|
||||||
"url":"/pkg/Tinkertanker/pxt-rotary-encoder-ky040",
|
"url":"/pkg/Tinkertanker/pxt-rotary-encoder-ky040",
|
||||||
@ -349,10 +365,6 @@ Check out [microbit.org](http://microbit.org/resellers/) for more information on
|
|||||||
"name": "Keyestudio Infrared Receiver",
|
"name": "Keyestudio Infrared Receiver",
|
||||||
"url": "/pkg/1010Technologies/pxt-makerbit-ir-receiver",
|
"url": "/pkg/1010Technologies/pxt-makerbit-ir-receiver",
|
||||||
"cardType": "package"
|
"cardType": "package"
|
||||||
}, {
|
|
||||||
"name": "I2C LCD 1602 Display",
|
|
||||||
"url": "/pkg/1010Technologies/pxt-makerbit-ir-lcd1602",
|
|
||||||
"cardType": "package"
|
|
||||||
}, {
|
}, {
|
||||||
"name": "BMP280 Barrometer",
|
"name": "BMP280 Barrometer",
|
||||||
"url": "/pkg/rebeccaclavier/pxt-bmp280",
|
"url": "/pkg/rebeccaclavier/pxt-bmp280",
|
||||||
|
@ -140,7 +140,7 @@
|
|||||||
"sparkfun/pxt-gator-soil",
|
"sparkfun/pxt-gator-soil",
|
||||||
"sparkfun/pxt-gator-microphone",
|
"sparkfun/pxt-gator-microphone",
|
||||||
"rebeccaclavier/pxt-bmp280",
|
"rebeccaclavier/pxt-bmp280",
|
||||||
"makecode-extensions/HTS221",
|
"xinabox/pxt-OD01",
|
||||||
"51bit/dfplayermini",
|
"51bit/dfplayermini",
|
||||||
"makecode-extensions/STTS751",
|
"makecode-extensions/STTS751",
|
||||||
"makecode-extensions/LSM6DSO",
|
"makecode-extensions/LSM6DSO",
|
||||||
|
Loading…
Reference in New Issue
Block a user