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",
|
||||
"url":"/pkg/jcubuntu/pxt-iKB1",
|
||||
"cardType": "package"
|
||||
}, {
|
||||
"name": "MakerBit motor controller",
|
||||
"url":"/pkg/1010Technologies/pxt-makerbit-motor",
|
||||
"cardType": "package"
|
||||
}, {
|
||||
"name": "Kitronik ACCESS:bit",
|
||||
"url":"/pkg/KitronikLtd/pxt-kitronik-accessbit",
|
||||
@ -216,6 +220,10 @@ Check out [microbit.org](http://microbit.org/resellers/) for more information on
|
||||
"name": "Sonar",
|
||||
"url":"/pkg/microsoft/pxt-sonar",
|
||||
"cardType": "package"
|
||||
}, {
|
||||
"name": "Non-blocking Ultrasonic Sensing",
|
||||
"url":"/pkg/1010Technologies/pxt-makerbit-ultrasonic",
|
||||
"cardType": "package"
|
||||
}, {
|
||||
"name": "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",
|
||||
"url":"/pkg/alsrobot-microbit-makecode-packages/ALSRobotElectromagnet",
|
||||
"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
|
||||
|
||||
```codecard
|
||||
[{
|
||||
"name": "Pi Supply Lora Node",
|
||||
@ -348,5 +369,9 @@ Check out [microbit.org](http://microbit.org/resellers/) for more information on
|
||||
"name": "MAX7219 8x8",
|
||||
"url":"/pkg/alankrantas/pxt-MAX7219_8x8",
|
||||
"cardType": "package"
|
||||
}, {
|
||||
"name": "Catalex Serial MP3 Player v1.0",
|
||||
"url": "/pkg/1010Technologies/pxt-makerbit-mp3",
|
||||
"cardType": "package"
|
||||
}]
|
||||
```
|
||||
|
@ -66,6 +66,12 @@
|
||||
"pimoroni/pxt-envirobit",
|
||||
"Annikken/pxt-Andee",
|
||||
"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",
|
||||
"k8robotics/pxt-k8",
|
||||
"dexterind/pxt-giggle",
|
||||
|
Loading…
Reference in New Issue
Block a user