add dht11-12 (#1943)

This commit is contained in:
Mark 2019-04-09 06:19:02 +01:00 committed by Abhijith Chatra
parent 180bd07783
commit 0868befa5c
2 changed files with 6 additions and 3 deletions

View File

@ -256,6 +256,10 @@ Check out [microbit.org](http://microbit.org/resellers/) for more information on
"name": "Imagimaker Magisheild",
"url":"/pkg/Imagimaker/pxt-imagimaker",
"cardType": "package"
}, {
"name": "DHT11 & DHT22 Temperature and Humidity",
"url":"/pkg/alankrantas/pxt-DHT11_DHT22",
"cardType": "package"
}, {
"name": "gator:light Light sensor",
"url":"/pkg/sparkfun/pxt-gator-light",

View File

@ -119,9 +119,8 @@
"lwchkg/pxt-proportional-font",
"jcubuntu/pxt-iKB1",
"KitronikLtd/pxt-kitronik-accessbit",
"kaku111/pxt-tobbieII"
"kaku111/pxt-tobbieII",
"alankrantas/pxt-DHT11_DHT22"
],
"preferredRepos": [
"Microsoft/pxt-neopixel",