Skip to content

Commit

Permalink
add Nezha V2
Browse files Browse the repository at this point in the history
  • Loading branch information
martinwork committed Aug 8, 2024
1 parent 1049fc5 commit f588ad5
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 8 deletions.
20 changes: 12 additions & 8 deletions docs/extensions/extension-gallery.md
Original file line number Diff line number Diff line change
Expand Up @@ -812,6 +812,18 @@ Many extensions are available to work with interface kits, add-on hardware, or o
"name": "TinkerTanker Stepper Motor",
"url":"/pkg/Tinkertanker/pxt-stepper-motor",
"cardType": "package"
}, {
"name": "ALS Robot Keyboard",
"url":"/pkg/alsrobot-microbit-makecode-packages/ALSRobotKeyboard",
"cardType": "package"
}, {
"name": "Elecfreaks NeZha",
"url": "/pkg/elecfreaks/pxt-nezha",
"cardType": "package"
}, {
"name": "Elecfreaks NeZha V2",
"url": "/pkg/elecfreaks/pxt-nezha2",
"cardType": "package"
}]
```

Expand Down Expand Up @@ -1079,13 +1091,5 @@ Many extensions are available to work with interface kits, add-on hardware, or o
"name": "Proportional Font",
"url":"/pkg/lwchkg/pxt-proportional-font",
"cardType": "package"
}, {
"name": "ALS Robot Keyboard",
"url":"/pkg/alsrobot-microbit-makecode-packages/ALSRobotKeyboard",
"cardType": "package"
}, {
"name": "Elecfreaks NeZha",
"url": "/pkg/elecfreaks/pxt-nezha",
"cardType": "package"
}]
```
1 change: 1 addition & 0 deletions targetconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,7 @@
"upgrades": [ "min:v0.13.1" ]
},
"elecfreaks/pxt-nezha": { "tags": [ "Robotics" ] },
"elecfreaks/pxt-nezha2": { "tags": [ "Robotics" ] },
"philipphenkel/pxt-powerfunctions": {},
"1010technologies/pxt-makerbit-ir-transmitter": {},
"dfrobot/pxt-dfrobot_huskylens": { "tags": [ "Science" ] },
Expand Down

0 comments on commit f588ad5

Please sign in to comment.