From b8a13e278485a95550e84595775e3cf7b2bb768a Mon Sep 17 00:00:00 2001 From: Martin Williams Date: Wed, 11 Dec 2024 17:30:31 +0000 Subject: [PATCH] Extension: add SUMO:BIT (#6028) 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 f0543d5f437..db89d3daeb3 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": "Cytron SUMO:BIT", + "url":"/pkg/CytronTechnologies/pxt-sumobit", + "cardType": "package" +}, { "name": "PARALLAX cyber:bot", "url":"/pkg/parallaxinc/cyberbot_makecode", "cardType": "package" diff --git a/targetconfig.json b/targetconfig.json index 873df73abaa..abdcd66f0a6 100644 --- a/targetconfig.json +++ b/targetconfig.json @@ -467,6 +467,7 @@ "davidnsousa/sonification": { "tags": [ "Software" ] }, "shahart/heb-microbit": { "tags": [ "Software" ] }, "kitronikltd/pxt-kitronik-craft-and-code": { "tags": [ "Robotics" ] }, + "cytrontechnologies/pxt-sumobit": { "tags": [ "Robotics" ] }, "hovavo/pxt-states": { "tags": [ "Software" ] }, "parallaxinc/cyberbot_makecode": { "tags": [ "Robotics" ] }, "microsoft/pxt-simx-sample": {