Extensions: add HX711 weight sensor (#2587)
This commit is contained in:
@ -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",
|
||||
|
@ -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",
|
||||
|
Reference in New Issue
Block a user