diff --git a/docs/extensions.md b/docs/extensions.md index 2e489d10..c7ddd11c 100644 --- a/docs/extensions.md +++ b/docs/extensions.md @@ -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", diff --git a/targetconfig.json b/targetconfig.json index 83cb1c61..a64b763d 100644 --- a/targetconfig.json +++ b/targetconfig.json @@ -136,6 +136,7 @@ "4tronix/MiniBit", "elecfreaks/pxt-wukong", "rebeccaclavier/pxt-bmp280", + "makecode-extensions/LPS22", "makecode-extensions/LIS2DW12", "makecode-extensions/LIS2MDL", "makecode-extensions/HTS221"