Extensions: add HX711 weight sensor (#2587)

This commit is contained in:
Mark
2020-02-03 16:56:18 +00:00
committed by GitHub
parent 86eef1c904
commit a9453546d6
2 changed files with 6 additions and 1 deletions

View File

@ -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",

View File

@ -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",