Skip to content

Commit

Permalink
Extension: add Sonification (microsoft#5895)
Browse files Browse the repository at this point in the history
  • Loading branch information
martinwork authored Sep 3, 2024
1 parent 1cba153 commit 1747545
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 @@ -941,6 +941,10 @@ Many extensions are available to work with interface kits, add-on hardware, or o

```codecard
[{
"name": "Sonification",
"url":"/pkg/davidnsousa/sonification",
"cardType": "package"
}, {
"name": "Kitronik Klef Piano",
"url":"/pkg/KitronikLtd/pxt-kitronik-klef-piano",
"cardType": "package"
Expand Down
3 changes: 2 additions & 1 deletion targetconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,8 @@
"roborisen/gcube": { "tags": [ "Robotics" ] },
"kittenbot/pxt-tabbyrobot": { "tags": [ "Robotics" ] },
"pythom1234/pxt-oled": { "tags": [ "Lights and Display" ] },
"softsmyth/lectrify-b4k": { "tags": [ "Robotics" ] }
"softsmyth/lectrify-b4k": { "tags": [ "Robotics" ] },
"davidnsousa/sonification": { "tags": [ "Software" ] }
},
"approvedEditorExtensionUrls": [
"https://microsoft.github.io/ml4f/",
Expand Down

0 comments on commit 1747545

Please sign in to comment.