pxt-microbit 4.1.6 → 4.1.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/built/target.js +28 -28
- package/built/target.json +28 -28
- package/built/targetlight.json +5 -5
- package/built/web/rtlsemantic.css +3 -3
- package/built/web/semantic.css +3 -3
- package/docs/extensions.md +8 -0
- package/package.json +2 -2
- package/targetconfig.json +2 -0
package/docs/extensions.md
CHANGED
|
@@ -808,6 +808,14 @@ Check out [the accessories pages on microbit.org](https://microbit.org/buy/acces
|
|
|
808
808
|
## Utilities
|
|
809
809
|
```codecard
|
|
810
810
|
[{
|
|
811
|
+
"name": "Wait until...",
|
|
812
|
+
"url":"/pkg/TeacherPinky/Wait-Until-Blocks",
|
|
813
|
+
"cardType": "package"
|
|
814
|
+
}, {
|
|
815
|
+
"name": "micro:bit power saving",
|
|
816
|
+
"url":"/pkg/microbit-foundation/pxt-microbit-v2-power",
|
|
817
|
+
"cardType": "package"
|
|
818
|
+
}, {
|
|
811
819
|
"name": "DS3231 Real Time Clock",
|
|
812
820
|
"url":"/pkg/AlexandreFrolov/DS3231",
|
|
813
821
|
"cardType": "package"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "pxt-microbit",
|
|
3
|
-
"version": "4.1.
|
|
3
|
+
"version": "4.1.7",
|
|
4
4
|
"description": "micro:bit target for Microsoft MakeCode (PXT)",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"JavaScript",
|
|
@@ -45,6 +45,6 @@
|
|
|
45
45
|
},
|
|
46
46
|
"dependencies": {
|
|
47
47
|
"pxt-common-packages": "9.2.7",
|
|
48
|
-
"pxt-core": "7.
|
|
48
|
+
"pxt-core": "7.3.4"
|
|
49
49
|
}
|
|
50
50
|
}
|
package/targetconfig.json
CHANGED
|
@@ -221,6 +221,7 @@
|
|
|
221
221
|
"monkmakes/monkmakes-7-segment",
|
|
222
222
|
"stemhub/pxt-StemhubCity",
|
|
223
223
|
"KittenBot/pxt-powerbrick",
|
|
224
|
+
"microbit-foundation/pxt-microbit-v2-power",
|
|
224
225
|
"KittenBot/pxt-joyfrog",
|
|
225
226
|
"KittenBot/pxt-sugar",
|
|
226
227
|
"KittenBot/pxt-koi",
|
|
@@ -228,6 +229,7 @@
|
|
|
228
229
|
"BPI-STEAM/pxt-triodecar",
|
|
229
230
|
"KitronikLtd/pxt-kitronik-air-quality",
|
|
230
231
|
"artec-kk/pxt-artecrobo-kit",
|
|
232
|
+
"TeacherPinky/Wait-Until-Blocks",
|
|
231
233
|
"KittenBot/pxt-kittenwifi"
|
|
232
234
|
],
|
|
233
235
|
"preferredRepos": [
|