add-pxt-bmp280 (#2325)

This commit is contained in:
Mark 2019-07-30 18:41:16 +01:00 committed by Abhijith Chatra
parent 34fd7e0600
commit dec5b8ce72
2 changed files with 6 additions and 1 deletions

View File

@ -337,6 +337,10 @@ Check out [microbit.org](http://microbit.org/resellers/) for more information on
"name": "I2C LCD 1602 Display", "name": "I2C LCD 1602 Display",
"url": "/pkg/1010Technologies/pxt-makerbit-ir-lcd1602", "url": "/pkg/1010Technologies/pxt-makerbit-ir-lcd1602",
"cardType": "package" "cardType": "package"
}, {
"name": "BMP280 Barrometer",
"url": "/pkg/rebeccaclavier/pxt-bmp280",
"cardType": "package"
}] }]
``` ```

View File

@ -134,7 +134,8 @@
"KitronikLtd/pxt-kitronik-viewtext32", "KitronikLtd/pxt-kitronik-viewtext32",
"plenprojectcompany/pxt-PLENbit", "plenprojectcompany/pxt-PLENbit",
"4tronix/MiniBit", "4tronix/MiniBit",
"elecfreaks/pxt-wukong" "elecfreaks/pxt-wukong",
"rebeccaclavier/pxt-bmp280"
], ],
"preferredRepos": [ "preferredRepos": [
"Microsoft/pxt-neopixel", "Microsoft/pxt-neopixel",