diff --git a/docs/extensions.md b/docs/extensions.md index fdfcb2ed..ffbaa4b4 100644 --- a/docs/extensions.md +++ b/docs/extensions.md @@ -367,6 +367,10 @@ Check out [microbit.org](http://microbit.org/resellers/) for more information on "name": "Non-blocking Ultrasonic Sensing", "url":"/pkg/1010Technologies/pxt-makerbit-ultrasonic", "cardType": "package" +}, { + "name": "HX711 Weight Sensor", + "url":"/pkg/daferdur/pxt-myHX711", + "cardType": "package" }, { "name": "Bluetooth Temperature Sensor", "url":"/pkg/microsoft/pxt-bluetooth-temperature-sensor", diff --git a/targetconfig.json b/targetconfig.json index ce9a8386..9add1414 100644 --- a/targetconfig.json +++ b/targetconfig.json @@ -165,7 +165,8 @@ "DFRobot/pxt-DFRobot-microIoT", "mu-opensource/pxt-muvision", "KitronikLtd/pxt-kitronik-clip-detector", - "DFRobot/pxt-DFRobot-NaturalScience" + "DFRobot/pxt-DFRobot-NaturalScience", + "daferdur/pxt-myHX711" ], "preferredRepos": [ "Microsoft/pxt-neopixel",