add monkmakes sensor (#2030)

This commit is contained in:
Mark 2019-05-06 07:00:03 +01:00 committed by Abhijith Chatra
parent fa6c087199
commit 988cebc069
2 changed files with 6 additions and 1 deletions

View File

@ -276,6 +276,10 @@ Check out [microbit.org](http://microbit.org/resellers/) for more information on
"name": "gator:temp Temperature Sensor", "name": "gator:temp Temperature Sensor",
"url":"/pkg/sparkfun/pxt-gator-temp", "url":"/pkg/sparkfun/pxt-gator-temp",
"cardType": "package" "cardType": "package"
}, {
"name": "MonkMakes Sensor",
"url":"/pkg/monkmakes/pxt-sensor",
"cardType": "package"
}, { }, {
"name": "ALS Robot Electromagnet", "name": "ALS Robot Electromagnet",
"url":"/pkg/alsrobot-microbit-makecode-packages/ALSRobotElectromagnet", "url":"/pkg/alsrobot-microbit-makecode-packages/ALSRobotElectromagnet",

View File

@ -123,7 +123,8 @@
"kaku111/pxt-tobbieII", "kaku111/pxt-tobbieII",
"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"
], ],
"preferredRepos": [ "preferredRepos": [
"Microsoft/pxt-neopixel", "Microsoft/pxt-neopixel",