add monkmakes sensor (#2030)
This commit is contained in:
parent
fa6c087199
commit
988cebc069
@ -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",
|
||||||
|
@ -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",
|
||||||
|
Loading…
Reference in New Issue
Block a user