From 4fa84a695e5e0ffe3d40d3ca44ef0422c0d20266 Mon Sep 17 00:00:00 2001 From: Mark Date: Tue, 10 Sep 2019 23:30:39 +0100 Subject: [PATCH] add LIS2MDL (#2385) --- docs/extensions.md | 4 ++++ targetconfig.json | 1 + 2 files changed, 5 insertions(+) diff --git a/docs/extensions.md b/docs/extensions.md index 8a9e0c08..be077e43 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": "LIS2MDL magnetic sensor", + "url": "/pkg/makecode-extensions/LIS2MDL", + "cardType": "package" }, { "name": "HTS221 Humidity and temperature", "url": "/pkg/makecode-extensions/HTS221", diff --git a/targetconfig.json b/targetconfig.json index f287d495..11bff52b 100644 --- a/targetconfig.json +++ b/targetconfig.json @@ -136,6 +136,7 @@ "4tronix/MiniBit", "elecfreaks/pxt-wukong", "rebeccaclavier/pxt-bmp280", + "makecode-extensions/LIS2MDL", "makecode-extensions/HTS221" ], "preferredRepos": [