add dfplayer mini extension (#2417)

This commit is contained in:
Mark 2019-09-11 13:08:57 +01:00 committed by Peli de Halleux
parent 87f736cede
commit 38cebd4087
2 changed files with 6 additions and 0 deletions

View File

@ -478,6 +478,10 @@ Check out [microbit.org](http://microbit.org/resellers/) for more information on
"name": "51bit ColorBit", "name": "51bit ColorBit",
"url":"/pkg/51bit/ColorBit", "url":"/pkg/51bit/ColorBit",
"cardType": "package" "cardType": "package"
}, {
"name": "51bit DFPlayer mini",
"url":"/pkg/51bit/dfplayermini",
"cardType": "package"
}, { }, {
"name": "Kitronik Zip Tile", "name": "Kitronik Zip Tile",
"url":"/pkg/KitronikLtd/pxt-kitronik-zip-tile", "url":"/pkg/KitronikLtd/pxt-kitronik-zip-tile",

View File

@ -140,6 +140,8 @@
"sparkfun/pxt-gator-soil", "sparkfun/pxt-gator-soil",
"sparkfun/pxt-gator-microphone", "sparkfun/pxt-gator-microphone",
"rebeccaclavier/pxt-bmp280", "rebeccaclavier/pxt-bmp280",
"makecode-extensions/HTS221",
"51bit/dfplayermini",
"makecode-extensions/STTS751", "makecode-extensions/STTS751",
"makecode-extensions/LSM6DSO", "makecode-extensions/LSM6DSO",
"makecode-extensions/LPS22", "makecode-extensions/LPS22",