From cc5980fbecf8b412c577d7a6bca0e80eabfde46d Mon Sep 17 00:00:00 2001 From: Mark Date: Wed, 11 Sep 2019 12:54:13 +0100 Subject: [PATCH] add inventura extension (#2421) --- docs/extensions.md | 4 ++++ targetconfig.json | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/extensions.md b/docs/extensions.md index a3e1eef7..b37bc2ed 100644 --- a/docs/extensions.md +++ b/docs/extensions.md @@ -398,6 +398,10 @@ Check out [microbit.org](http://microbit.org/resellers/) for more information on "name": "Code Dojo Olney", "url":"/pkg/CoderDojoOlney/pxt-olney", "cardType": "package" +}, { + "name": "Inventura textbook", + "url":"/pkg/assirati/pxt-inventura", + "cardType": "package" }, { "name": "File System", "url":"/pkg/microsoft/pxt-filesystem", diff --git a/targetconfig.json b/targetconfig.json index 9135166c..7ac7a958 100644 --- a/targetconfig.json +++ b/targetconfig.json @@ -142,7 +142,8 @@ "makecode-extensions/LPS22", "makecode-extensions/LIS2DW12", "makecode-extensions/LIS2MDL", - "makecode-extensions/HTS221" + "makecode-extensions/HTS221", + "assirati/pxt-inventura" ], "preferredRepos": [ "Microsoft/pxt-neopixel",