Skip to content

Commit 6add251

Browse files
authored
Move Joy-IT rfid-mfrc522 and ads1115 extensions to gallery section Sensor boards, and tag them Science (#4879)
* joy-it rfid-mfrc522, ads1115 - change extension tags to Science - * joy-it rfid-mfrc522, ads1115 - move to section "Sensor boards"
1 parent 128f699 commit 6add251

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

docs/extensions.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -303,10 +303,6 @@ Check out [the accessories pages on microbit.org](https://microbit.org/buy/acces
303303
"name": "HTS221 Humidity and temperature",
304304
"url": "/pkg/makecode-extensions/HTS221",
305305
"cardType": "package"
306-
}, {
307-
"name": "Joy IT RFID Module MFRC-522",
308-
"url": "/pkg/joy-it/pxt-rfid-mfrc522",
309-
"cardType": "package"
310306
}, {
311307
"name": "gator:UV UV Light sensor",
312308
"url":"/pkg/sparkfun/pxt-gator-UV",
@@ -755,6 +751,14 @@ Check out [the accessories pages on microbit.org](https://microbit.org/buy/acces
755751

756752
```codecard
757753
[{
754+
"name": "Joy IT RFID Module MFRC-522",
755+
"url": "/pkg/joy-it/pxt-rfid-mfrc522",
756+
"cardType": "package"
757+
}, {
758+
"name": "Joy-IT ADS1115",
759+
"url":"/pkg/joy-it/pxt-ads1115",
760+
"cardType": "package"
761+
}, {
758762
"name": "DFRobot Environment Science Board ",
759763
"url":"/pkg/DFRobot/pxt-DFRobot_Environment_Science",
760764
"cardType": "package"
@@ -991,9 +995,5 @@ Check out [the accessories pages on microbit.org](https://microbit.org/buy/acces
991995
"name": "Elecfreaks NeZha",
992996
"url": "/pkg/elecfreaks/pxt-nezha",
993997
"cardType": "package"
994-
}, {
995-
"name": "Joy-IT ADS1115",
996-
"url":"/pkg/joy-it/pxt-ads1115",
997-
"cardType": "package"
998998
}]
999999
```

targetconfig.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -766,11 +766,11 @@
766766
"dfrobot/pxt-dfrobot_environment_science": {},
767767
"ekkai/aicococam": {},
768768
"elecfreaks/pxt-xgo": {},
769-
"joy-it/pxt-rfid-mfrc522": { "tags": [ "Individual sensors" ] },
769+
"joy-it/pxt-rfid-mfrc522": { "tags": [ "Science" ] },
770770
"dfrobot/pxt-dfrobot_iot_cloud_kit": { "tags": [ "Networking" ] },
771771
"plenprojectcompany/pxt-plenbit_full": { "tags": [ "Robotics" ] },
772772
"bsiever/microbit-pxt-clicks": { "tags": [ "Software" ] },
773-
"joy-it/pxt-ads1115": { "tags": [ "Individual sensors" ] },
773+
"joy-it/pxt-ads1115": { "tags": [ "Science" ] },
774774
"bsiever/microbit-pxt-rotate": { "tags": [ "Software" ] },
775775
"sparkfun/pxt-gator-uv": { "tags": [ "Science" ] },
776776
"dfrobot/pxt-dfrobot_bosonkit": { "tags": [ "Science" ] }

0 commit comments

Comments
 (0)