Add ALS robot packages (#1595)
Add CooCoo Add CruiseBit Add Keyboard Add JoyBIt Add Electromagnet
This commit is contained in:
parent
2d73e4cc3b
commit
e08bc55597
@ -47,6 +47,15 @@ Check out [microbit.org](http://microbit.org/resellers/) for more information on
|
||||
"name": "Pi Supply Bit Buggy",
|
||||
"url":"/pkg/PiSupply/pxt-bitbuggy",
|
||||
"cardType": "package"
|
||||
}, {
|
||||
"name": "ALS Robot Coo Coo",
|
||||
"url":"/pkg/alsrobot-microbit-makecode-packages/CooCoo",
|
||||
"cardType": "package"
|
||||
}, {
|
||||
"name": "ALS Robot CruiseBit",
|
||||
"url":"/pkg/alsrobot-microbit-makecode-packages/CruiseBit",
|
||||
"cardType": "package"
|
||||
|
||||
}]
|
||||
```
|
||||
|
||||
@ -149,6 +158,10 @@ Check out [microbit.org](http://microbit.org/resellers/) for more information on
|
||||
"name": "gator:temp Temperature Sensor",
|
||||
"url":"/pkg/sparkfun/pxt-gator-temp",
|
||||
"cardType": "package"
|
||||
}, {
|
||||
"name": "ALS Robot Electromagnet",
|
||||
"url":"/pkg/alsrobot-microbit-makecode-packages/ALSRobotElectromagnet",
|
||||
"cardType": "package"
|
||||
}]
|
||||
```
|
||||
|
||||
@ -217,5 +230,13 @@ Check out [microbit.org](http://microbit.org/resellers/) for more information on
|
||||
"name": "Annikken Andee",
|
||||
"url":"/pkg/Annikken/pxt-Andee",
|
||||
"cardType": "package"
|
||||
}, {
|
||||
"name": "ALS Robot Keyboard",
|
||||
"url":"/pkg/alsrobot-microbit-makecode-packages/ALSRobotKeyboard",
|
||||
"cardType": "package"
|
||||
}, {
|
||||
"name": "ALS Robot Keyboard",
|
||||
"url":"/pkg/alsrobot-microbit-makecode-packages/ALSRobotJoyBit",
|
||||
"cardType": "package"
|
||||
}]
|
||||
```
|
@ -38,7 +38,12 @@
|
||||
"Imagimaker/pxt-imagimaker",
|
||||
"sparkfun/pxt-gator-light",
|
||||
"sparkfun/pxt-gator-temp",
|
||||
"4tronix/Robobit"
|
||||
"4tronix/Robobit",
|
||||
"alsrobot-microbit-makecode-packages/ALSRobotJoyBit",
|
||||
"alsrobot-microbit-makecode-packages/ALSRobotKeyboard",
|
||||
"alsrobot-microbit-makecode-packages/ALSRobotElectromagnet",
|
||||
"alsrobot-microbit-makecode-packages/CooCoo",
|
||||
"alsrobot-microbit-makecode-packages/CruiseBit"
|
||||
],
|
||||
"preferredRepos": [
|
||||
"Microsoft/pxt-neopixel",
|
||||
|
Loading…
Reference in New Issue
Block a user