add Keigan Motor extennsion (#2067)

* add Keigan Motor extennsion

* missing coma
This commit is contained in:
Mark 2019-05-23 16:48:57 +01:00 committed by Peli de Halleux
parent e2e9409205
commit 147cc32220
2 changed files with 5 additions and 0 deletions

View File

@ -430,5 +430,9 @@ Check out [microbit.org](http://microbit.org/resellers/) for more information on
"name": "Catalex Serial MP3 Player v1.0", "name": "Catalex Serial MP3 Player v1.0",
"url": "/pkg/1010Technologies/pxt-makerbit-mp3", "url": "/pkg/1010Technologies/pxt-makerbit-mp3",
"cardType": "package" "cardType": "package"
}, {
"name": "Keigan Motor",
"url": "/pkg/keigan-motor/pxt-KeiganMotor",
"cardType": "package"
}] }]
``` ```

View File

@ -130,6 +130,7 @@
"alankrantas/pxt-Nexusbit", "alankrantas/pxt-Nexusbit",
"elecfreaks/pxt-cutebot", "elecfreaks/pxt-cutebot",
"KitronikLtd/pxt-kitronik-fischertechnik", "KitronikLtd/pxt-kitronik-fischertechnik",
"keigan-motor/pxt-KeiganMotor",
"KitronikLtd/pxt-kitronik-klip-motor", "KitronikLtd/pxt-kitronik-klip-motor",
"alankrantas/pxt-ESP8266_ThingSpeak" "alankrantas/pxt-ESP8266_ThingSpeak"
], ],