add HTS221 (#2384)

This commit is contained in:
Mark 2019-09-03 19:33:00 +01:00 committed by Abhijith Chatra
parent 6947465b0d
commit 4c1c502e4d
2 changed files with 6 additions and 1 deletions

View File

@ -341,6 +341,10 @@ Check out [microbit.org](http://microbit.org/resellers/) for more information on
"name": "BMP280 Barrometer",
"url": "/pkg/rebeccaclavier/pxt-bmp280",
"cardType": "package"
}, {
"name": "HTS221 Humidity and temperature",
"url": "/pkg/makecode-extensions/HTS221",
"cardType": "package"
}]
```

View File

@ -135,7 +135,8 @@
"plenprojectcompany/pxt-PLENbit",
"4tronix/MiniBit",
"elecfreaks/pxt-wukong",
"rebeccaclavier/pxt-bmp280"
"rebeccaclavier/pxt-bmp280",
"makecode-extensions/HTS221"
],
"preferredRepos": [
"Microsoft/pxt-neopixel",