diff --git a/docs/extensions.md b/docs/extensions.md index accecf18..f68a22b4 100644 --- a/docs/extensions.md +++ b/docs/extensions.md @@ -276,6 +276,10 @@ Check out [microbit.org](http://microbit.org/resellers/) for more information on "name": "gator:temp Temperature Sensor", "url":"/pkg/sparkfun/pxt-gator-temp", "cardType": "package" +}, { + "name": "MonkMakes Sensor", + "url":"/pkg/monkmakes/pxt-sensor", + "cardType": "package" }, { "name": "ALS Robot Electromagnet", "url":"/pkg/alsrobot-microbit-makecode-packages/ALSRobotElectromagnet", diff --git a/targetconfig.json b/targetconfig.json index d0ef647b..fbedb528 100644 --- a/targetconfig.json +++ b/targetconfig.json @@ -123,7 +123,8 @@ "kaku111/pxt-tobbieII", "alankrantas/pxt-DHT11_DHT22", "cgs-matthew-pham/pxt-hitechnic-irseeker-v2", - "e-radionicacom/pxt-wifi" + "e-radionicacom/pxt-wifi", + "monkmakes/pxt-sensor" ], "preferredRepos": [ "Microsoft/pxt-neopixel",