add touch:bit (#1727)
* add touch:bit add Pimoroni touch:bit to extensions * Update extensions.md
This commit is contained in:
parent
a0313dad34
commit
02554a6193
@ -100,6 +100,11 @@ Check out [microbit.org](http://microbit.org/resellers/) for more information on
|
|||||||
"name": "Sparkfun Gamer:bit",
|
"name": "Sparkfun Gamer:bit",
|
||||||
"url":"/pkg/sparkfun/pxt-gamer-bit",
|
"url":"/pkg/sparkfun/pxt-gamer-bit",
|
||||||
"cardType": "package"
|
"cardType": "package"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Pimoroni touch:bit",
|
||||||
|
"url":"/pkg/pimoroni/pxt-touchbit",
|
||||||
|
"cardType": "package"
|
||||||
}]
|
}]
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -63,7 +63,8 @@
|
|||||||
"PiSupply/pxt-iot-lora-node",
|
"PiSupply/pxt-iot-lora-node",
|
||||||
"PiSupply/pxt-tinker-kit",
|
"PiSupply/pxt-tinker-kit",
|
||||||
"PiSupply/pxt-bitbuggy",
|
"PiSupply/pxt-bitbuggy",
|
||||||
"PiSupply/pxt-oled-ssd1306"
|
"PiSupply/pxt-oled-ssd1306",
|
||||||
|
"pimoroni/pxt-touchbit"
|
||||||
|
|
||||||
],
|
],
|
||||||
"preferredRepos": [
|
"preferredRepos": [
|
||||||
|
Loading…
Reference in New Issue
Block a user