add drive:bit (#2484)

This commit is contained in:
Mark 2019-10-18 17:03:37 +01:00 committed by Abhijith Chatra
parent 97732d33db
commit 2f0d812fc8
2 changed files with 7 additions and 1 deletions

View File

@ -32,6 +32,11 @@ Check out [microbit.org](http://microbit.org/resellers/) for more information on
"url":"/pkg/4tronix/BitBot", "url":"/pkg/4tronix/BitBot",
"cardType": "package" "cardType": "package"
}, },
{
"name": "4tronix Drive:Bit",
"url":"/pkg/4tronix/DriveBit",
"cardType": "package"
},
{ {
"name": "4tronix MiniBit", "name": "4tronix MiniBit",
"url":"/pkg/4tronix/MiniBit", "url":"/pkg/4tronix/MiniBit",

View File

@ -149,7 +149,8 @@
"makecode-extensions/LIS2MDL", "makecode-extensions/LIS2MDL",
"makecode-extensions/HTS221", "makecode-extensions/HTS221",
"assirati/pxt-inventura", "assirati/pxt-inventura",
"Veilkrand/pxt-RobotCar" "Veilkrand/pxt-RobotCar",
"4tronix/DriveBit"
], ],
"preferredRepos": [ "preferredRepos": [
"Microsoft/pxt-neopixel", "Microsoft/pxt-neopixel",