This commit is contained in:
Mark 2019-09-10 23:50:14 +01:00 committed by Abhijith Chatra
parent 9314f23f01
commit fc8a4d921d
2 changed files with 5 additions and 0 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": "LPS22 Pressure",
"url": "/pkg/makecode-extensions/LPS22",
"cardType": "package"
}, {
"name": "LIS2DW12 motion sensor",
"url": "/pkg/makecode-extensions/LIS2DW12",

View File

@ -136,6 +136,7 @@
"4tronix/MiniBit",
"elecfreaks/pxt-wukong",
"rebeccaclavier/pxt-bmp280",
"makecode-extensions/LPS22",
"makecode-extensions/LIS2DW12",
"makecode-extensions/LIS2MDL",
"makecode-extensions/HTS221"