Split MakerBit extension into stand-alone packages (#1856)
This commit is contained in:
parent
7b78665fcb
commit
8890614325
@ -87,6 +87,10 @@ Check out [microbit.org](http://microbit.org/resellers/) for more information on
|
|||||||
"name": "Inex iKB-1 controller board",
|
"name": "Inex iKB-1 controller board",
|
||||||
"url":"/pkg/jcubuntu/pxt-iKB1",
|
"url":"/pkg/jcubuntu/pxt-iKB1",
|
||||||
"cardType": "package"
|
"cardType": "package"
|
||||||
|
}, {
|
||||||
|
"name": "MakerBit motor controller",
|
||||||
|
"url":"/pkg/1010Technologies/pxt-makerbit-motor",
|
||||||
|
"cardType": "package"
|
||||||
}, {
|
}, {
|
||||||
"name": "Kitronik ACCESS:bit",
|
"name": "Kitronik ACCESS:bit",
|
||||||
"url":"/pkg/KitronikLtd/pxt-kitronik-accessbit",
|
"url":"/pkg/KitronikLtd/pxt-kitronik-accessbit",
|
||||||
@ -216,6 +220,10 @@ Check out [microbit.org](http://microbit.org/resellers/) for more information on
|
|||||||
"name": "Sonar",
|
"name": "Sonar",
|
||||||
"url":"/pkg/microsoft/pxt-sonar",
|
"url":"/pkg/microsoft/pxt-sonar",
|
||||||
"cardType": "package"
|
"cardType": "package"
|
||||||
|
}, {
|
||||||
|
"name": "Non-blocking Ultrasonic Sensing",
|
||||||
|
"url":"/pkg/1010Technologies/pxt-makerbit-ultrasonic",
|
||||||
|
"cardType": "package"
|
||||||
}, {
|
}, {
|
||||||
"name": "Bluetooth Temperature Sensor",
|
"name": "Bluetooth Temperature Sensor",
|
||||||
"url":"/pkg/microsoft/pxt-bluetooth-temperature-sensor",
|
"url":"/pkg/microsoft/pxt-bluetooth-temperature-sensor",
|
||||||
@ -256,10 +264,23 @@ Check out [microbit.org](http://microbit.org/resellers/) for more information on
|
|||||||
"name": "ALS Robot Electromagnet",
|
"name": "ALS Robot Electromagnet",
|
||||||
"url":"/pkg/alsrobot-microbit-makecode-packages/ALSRobotElectromagnet",
|
"url":"/pkg/alsrobot-microbit-makecode-packages/ALSRobotElectromagnet",
|
||||||
"cardType": "package"
|
"cardType": "package"
|
||||||
|
}, {
|
||||||
|
"name": "MakerBit Touch MPR121",
|
||||||
|
"url": "/pkg/1010Technologies/pxt-makerbit-touch",
|
||||||
|
"cardType": "package"
|
||||||
|
}, {
|
||||||
|
"name": "Keyestudio Infrared Receiver",
|
||||||
|
"url": "/pkg/1010Technologies/pxt-makerbit-ir-receiver",
|
||||||
|
"cardType": "package"
|
||||||
|
}, {
|
||||||
|
"name": "I2C LCD 1602 Display",
|
||||||
|
"url": "/pkg/1010Technologies/pxt-makerbit-ir-lcd1602",
|
||||||
|
"cardType": "package"
|
||||||
}]
|
}]
|
||||||
```
|
```
|
||||||
|
|
||||||
## IoT
|
## IoT
|
||||||
|
|
||||||
```codecard
|
```codecard
|
||||||
[{
|
[{
|
||||||
"name": "Pi Supply Lora Node",
|
"name": "Pi Supply Lora Node",
|
||||||
@ -271,7 +292,7 @@ Check out [microbit.org](http://microbit.org/resellers/) for more information on
|
|||||||
## Other
|
## Other
|
||||||
|
|
||||||
```codecard
|
```codecard
|
||||||
[
|
[
|
||||||
{
|
{
|
||||||
"name": "Code Dojo Olney",
|
"name": "Code Dojo Olney",
|
||||||
"url":"/pkg/CoderDojoOlney/pxt-olney",
|
"url":"/pkg/CoderDojoOlney/pxt-olney",
|
||||||
@ -348,5 +369,9 @@ Check out [microbit.org](http://microbit.org/resellers/) for more information on
|
|||||||
"name": "MAX7219 8x8",
|
"name": "MAX7219 8x8",
|
||||||
"url":"/pkg/alankrantas/pxt-MAX7219_8x8",
|
"url":"/pkg/alankrantas/pxt-MAX7219_8x8",
|
||||||
"cardType": "package"
|
"cardType": "package"
|
||||||
|
}, {
|
||||||
|
"name": "Catalex Serial MP3 Player v1.0",
|
||||||
|
"url": "/pkg/1010Technologies/pxt-makerbit-mp3",
|
||||||
|
"cardType": "package"
|
||||||
}]
|
}]
|
||||||
```
|
```
|
||||||
|
@ -66,6 +66,12 @@
|
|||||||
"pimoroni/pxt-envirobit",
|
"pimoroni/pxt-envirobit",
|
||||||
"Annikken/pxt-Andee",
|
"Annikken/pxt-Andee",
|
||||||
"1010Technologies/pxt-makerbit",
|
"1010Technologies/pxt-makerbit",
|
||||||
|
"1010Technologies/pxt-makerbit-motor",
|
||||||
|
"1010Technologies/pxt-makerbit-mp3",
|
||||||
|
"1010Technologies/pxt-makerbit-ultrasonic",
|
||||||
|
"1010Technologies/pxt-makerbit-lcd1602",
|
||||||
|
"1010Technologies/pxt-makerbit-ir-receiver",
|
||||||
|
"1010Technologies/pxt-makerbit-touch",
|
||||||
"pimoroni/pxt-automationbit",
|
"pimoroni/pxt-automationbit",
|
||||||
"k8robotics/pxt-k8",
|
"k8robotics/pxt-k8",
|
||||||
"dexterind/pxt-giggle",
|
"dexterind/pxt-giggle",
|
||||||
|
Loading…
Reference in New Issue
Block a user