Skip to content

Commit

Permalink
add meter (#5392)
Browse files Browse the repository at this point in the history
  • Loading branch information
martinwork authored Nov 8, 2023
1 parent f6255a3 commit d1e670b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions docs/extensions.md
Original file line number Diff line number Diff line change
Expand Up @@ -924,6 +924,10 @@ Check out [the accessories pages on microbit.org](https://microbit.org/buy/acces
## Utilities
```codecard
[{
"name": "Meter",
"url": "/pkg/GrandpaBond/pxt-meter",
"cardType": "package"
}, {
"name": "Morse Code",
"url": "/pkg/bsiever/pxt-morse",
"cardType": "package"
Expand Down
3 changes: 2 additions & 1 deletion targetconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -788,7 +788,8 @@
"bsiever/pxt-sen55": { "tags": [ "Science" ] },
"climate-action-kits/pxt-fwd-edu": {},
"elecfreaks/pxt-cutebot-pro": { "tags": [ "Robotics" ], "preferred": true },
"microbit-foundation/makecode-tutorials": {}
"microbit-foundation/makecode-tutorials": {},
"grandpabond/pxt-meter": { "tags": [ "Software" ] }
},
"upgrades": {
"tinkertanker/pxt-iot-environment-kit": "min:v4.2.1",
Expand Down

0 comments on commit d1e670b

Please sign in to comment.