Skip to content

Commit

Permalink
Extension: add FlexFX (#5431)
Browse files Browse the repository at this point in the history
  • Loading branch information
martinwork authored Dec 19, 2023
1 parent 556c259 commit ade1055
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 @@ -932,6 +932,10 @@ Check out [the accessories pages on microbit.org](https://microbit.org/buy/acces
## Utilities
```codecard
[{
"name": "FlexFX",
"url": "/pkg/GrandpaBond/pxt-flexfx",
"cardType": "package"
}, {
"name": "Meter",
"url": "/pkg/GrandpaBond/pxt-meter",
"cardType": "package"
Expand Down
3 changes: 2 additions & 1 deletion targetconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,8 @@
"grandpabond/pxt-meter": { "tags": [ "Software" ] },
"microsoft/microbit-robot": { "tags": [ "Robotics" ] },
"4tronix/mars-rover": { "tags": [ "Robotics" ] },
"monkmakes/plant-monitor-makecode": { "tags": [ "Science" ] }
"monkmakes/plant-monitor-makecode": { "tags": [ "Science" ] },
"grandpabond/pxt-flexfx": { "tags": [ "Software" ] }
},
"upgrades": {
"tinkertanker/pxt-iot-environment-kit": "min:v4.2.1",
Expand Down

0 comments on commit ade1055

Please sign in to comment.