Skip to content

Commit

Permalink
add gcube (#5632)
Browse files Browse the repository at this point in the history
  • Loading branch information
martinwork committed May 30, 2024
1 parent b16835d commit 3c4ad7c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions docs/extensions/extension-gallery.md
Original file line number Diff line number Diff line change
Expand Up @@ -517,6 +517,10 @@ Many extensions are available to work with interface kits, add-on hardware, or o

```codecard
[{
"name": "Gcube",
"url":"/pkg/roborisen/gcube",
"cardType": "package"
}, {
"name": "Roversa",
"url":"/pkg/eb8ga/pxt-roversa-2",
"cardType": "package"
Expand Down
3 changes: 2 additions & 1 deletion targetconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,8 @@
"grandpabond/pxt-flexfx": { "tags": [ "Software" ] },
"grandpabond/pxt-faces": { "tags": [ "Software" ] },
"joylabz/code-a-key-extension": {},
"eb8ga/pxt-roversa-2": { "tags": [ "Robotics" ] }
"eb8ga/pxt-roversa-2": { "tags": [ "Robotics" ] },
"roborisen/gcube": { "tags": [ "Robotics" ] }
},
"upgrades": {
"tinkertanker/pxt-iot-environment-kit": "min:v4.2.1",
Expand Down

0 comments on commit 3c4ad7c

Please sign in to comment.