From f60b62db4e2e3be61691a47f7b87f5eb2191135e Mon Sep 17 00:00:00 2001 From: Martin Williams Date: Wed, 11 Dec 2024 18:36:33 +0000 Subject: [PATCH] Extension: add mCar (#6035) Co-authored-by: Abhijith Chatra --- 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 db89d3daeb3..aacf5cbc0c2 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": "Cytron SUMO:BIT", "url":"/pkg/CytronTechnologies/pxt-sumobit", "cardType": "package" diff --git a/targetconfig.json b/targetconfig.json index abdcd66f0a6..62869ea2812 100644 --- a/targetconfig.json +++ b/targetconfig.json @@ -470,6 +470,7 @@ "cytrontechnologies/pxt-sumobit": { "tags": [ "Robotics" ] }, "hovavo/pxt-states": { "tags": [ "Software" ] }, "parallaxinc/cyberbot_makecode": { "tags": [ "Robotics" ] }, + "siyeenove/pxt_mcar": { "tags": [ "Robotics" ] }, "microsoft/pxt-simx-sample": { "simx": { "sha": "7301f5900879b85127482d79bab48f03c25690a8",