add nexusbit (#2043)

This commit is contained in:
Mark 2019-05-09 16:05:29 +01:00 committed by Peli de Halleux
parent 0ea7fa30a5
commit 98285a5d08
2 changed files with 6 additions and 1 deletions

View File

@ -99,6 +99,10 @@ Check out [microbit.org](http://microbit.org/resellers/) for more information on
"name": "Kitronik ACCESS:bit", "name": "Kitronik ACCESS:bit",
"url":"/pkg/KitronikLtd/pxt-kitronik-accessbit", "url":"/pkg/KitronikLtd/pxt-kitronik-accessbit",
"cardType": "package" "cardType": "package"
}, {
"name": "TCEA Nexus:bit",
"url":"/pkg/alankrantas/pxt-Nexusbit",
"cardType": "package"
}] }]
``` ```

View File

@ -124,7 +124,8 @@
"alankrantas/pxt-DHT11_DHT22", "alankrantas/pxt-DHT11_DHT22",
"cgs-matthew-pham/pxt-hitechnic-irseeker-v2", "cgs-matthew-pham/pxt-hitechnic-irseeker-v2",
"e-radionicacom/pxt-wifi", "e-radionicacom/pxt-wifi",
"monkmakes/pxt-sensor" "monkmakes/pxt-sensor",
"alankrantas/pxt-Nexusbit"
], ],
"preferredRepos": [ "preferredRepos": [
"Microsoft/pxt-neopixel", "Microsoft/pxt-neopixel",