From 07fe48dcc67e65056cda1034f4da3b279ad1b278 Mon Sep 17 00:00:00 2001 From: Martin Williams Date: Wed, 11 Dec 2024 13:45:25 +0000 Subject: [PATCH] Extension: add mCar --- docs/extensions/extension-gallery.md | 4 ++++ targetconfig.json | 1 + 2 files changed, 5 insertions(+) diff --git a/docs/extensions/extension-gallery.md b/docs/extensions/extension-gallery.md index f0543d5f437..28835fefac0 100644 --- a/docs/extensions/extension-gallery.md +++ b/docs/extensions/extension-gallery.md @@ -521,6 +521,10 @@ Many extensions are available to work with interface kits, add-on hardware, or o ```codecard [{ + "name": "SIYEENOVE mCar", + "url":"/pkg/siyeenove/pxt_mcar", + "cardType": "package" +}, { "name": "PARALLAX cyber:bot", "url":"/pkg/parallaxinc/cyberbot_makecode", "cardType": "package" diff --git a/targetconfig.json b/targetconfig.json index 873df73abaa..69a48443339 100644 --- a/targetconfig.json +++ b/targetconfig.json @@ -469,6 +469,7 @@ "kitronikltd/pxt-kitronik-craft-and-code": { "tags": [ "Robotics" ] }, "hovavo/pxt-states": { "tags": [ "Software" ] }, "parallaxinc/cyberbot_makecode": { "tags": [ "Robotics" ] }, + "siyeenove/pxt_mcar": { "tags": [ "Robotics" ] }, "microsoft/pxt-simx-sample": { "simx": { "sha": "7301f5900879b85127482d79bab48f03c25690a8",