add 4tronix exensions (#1739)

- add cube:bit
- add BitCommander
This commit is contained in:
Mark 2018-12-13 15:01:45 +00:00 committed by Peli de Halleux
parent 2b9aa8afa6
commit 97d8653eb3
2 changed files with 13 additions and 2 deletions

View File

@ -101,6 +101,11 @@ Check out [microbit.org](http://microbit.org/resellers/) for more information on
"url":"/pkg/sparkfun/pxt-gamer-bit", "url":"/pkg/sparkfun/pxt-gamer-bit",
"cardType": "package" "cardType": "package"
}, },
{
"name": "4tronix BitCommander",
"url":"/pkg/4tronix/BitCommander",
"cardType": "package"
},
{ {
"name": "Pimoroni touch:bit", "name": "Pimoroni touch:bit",
"url":"/pkg/pimoroni/pxt-touchbit", "url":"/pkg/pimoroni/pxt-touchbit",
@ -275,6 +280,10 @@ Check out [microbit.org](http://microbit.org/resellers/) for more information on
"name": "Muselab WiFi IoT Shield", "name": "Muselab WiFi IoT Shield",
"url":"/pkg/MUSELAB/pxt-wifi-shield", "url":"/pkg/MUSELAB/pxt-wifi-shield",
"cardType": "package" "cardType": "package"
}, {
"name": "4tronix Cube:Bit",
"url":"/pkg/4tronix/cubebit",
"cardType": "package"
}, { }, {
"name": "LINE BLE beacon", "name": "LINE BLE beacon",
"url":"/pkg/pizayanz/pxt-linebeacon", "url":"/pkg/pizayanz/pxt-linebeacon",

View File

@ -64,7 +64,9 @@
"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" "pimoroni/pxt-touchbit",
"4tronix/cubebit",
"4tronix/BitCommander"
], ],
"preferredRepos": [ "preferredRepos": [