pxt-microbit 7.1.30 → 7.1.33
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/block-tests.js +1 -1
- package/built/hexcache/{4e84d0c0d59051e8b1bf3f71205b179a9ae1b51928292f2aea36016ecc49d896.hex → 48e233a9e7cb064a9fd68e54c8beff5205dcaa75438efd3aa80b5a8d8b2193b0.hex} +1 -1
- package/built/hexcache/{846508e18afd4c8d586be2b6e3ebd204e658a9531deed5cd3f0dbfaaeeeb8285.hex → f4ded62c04894faf19f0b018903924088e6564165ff2e1ed59d299b7cde3edef.hex} +1 -1
- package/built/target.js +1 -1
- package/built/target.json +1 -1
- package/built/targetlight.js +1 -1
- package/built/targetlight.json +1 -1
- package/built/web/blockly.css +1 -1
- package/built/web/react-common-authcode.css +1 -1
- package/built/web/react-common-multiplayer.css +1 -1
- package/built/web/react-common-skillmap.css +1 -1
- package/built/web/rtlblockly.css +1 -1
- package/built/web/rtlreact-common-authcode.css +1 -1
- package/built/web/rtlreact-common-multiplayer.css +1 -1
- package/built/web/rtlreact-common-skillmap.css +1 -1
- package/built/web/rtlsemantic.css +1 -1
- package/built/web/semantic.css +1 -1
- package/docs/extensions/extension-gallery.md +4 -0
- package/docs/projects/v2-morse-chat.md +12 -1
- package/package.json +3 -3
- package/pxtarget.json +5 -0
- package/targetconfig.json +1 -0
- /package/built/hexcache/{26bf3d28c9e047cf23ab30fdc58a2b08ffdff09a1d937217a0b9f0c6865e26f8.hex → 6eb54784e9979c4bc09fc35851ef21b114be086c997f8e82c25fe66fee647fb6.hex} +0 -0
- /package/built/hexcache/{3ad12e3ab4375ab9cdc8878550a39c51482d2739970dc1ad4a9267c62badb7bd.hex → e756ebe5395e9c7bafe42fe3530efbbbd08f187c6520ef35cf2180fd93231311.hex} +0 -0
|
@@ -142,6 +142,10 @@ Many extensions are available to work with interface kits, add-on hardware, or o
|
|
|
142
142
|
|
|
143
143
|
```codecard
|
|
144
144
|
[{
|
|
145
|
+
"name": "Coderdojo Controller",
|
|
146
|
+
"url":"/pkg/jimd80/pxt-coderdojo-controller",
|
|
147
|
+
"cardType": "package"
|
|
148
|
+
}, {
|
|
145
149
|
"name": "Kittenbot JoyFrog",
|
|
146
150
|
"url":"/pkg/KittenBot/pxt-joyfrog",
|
|
147
151
|
"cardType": "package"
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
## {Introducing Sky @unplugged}
|
|
4
4
|
|
|
5
|
-
🐷 Meet Sky, the pig! Sky can only communicate using
|
|
5
|
+
🐷 Meet Sky, the pig! Sky can only communicate using __*Morse code*__.
|
|
6
6
|
|
|
7
7
|
Luckily, you can use your @boardname@ with sound to talk to Sky 👋
|
|
8
8
|
|
|
@@ -10,6 +10,17 @@ Luckily, you can use your @boardname@ with sound to talk to Sky 👋
|
|
|
10
10
|
|
|
11
11
|
## {Setup}
|
|
12
12
|
|
|
13
|
+
Let's start by making a way to send Morse code messages.
|
|
14
|
+
|
|
15
|
+
~hint What is Morse code? 🤷🏽
|
|
16
|
+
|
|
17
|
+
---
|
|
18
|
+
|
|
19
|
+
Morse code is an alphabet composed of dots (short signals) and dashes (long signals). The message
|
|
20
|
+
**"Hi there!"** is **".... .. - .... . .-. . -.-.--"** in Morse code.
|
|
21
|
+
|
|
22
|
+
hint~
|
|
23
|
+
|
|
13
24
|
► From the ``||input:Input||`` category in the toolbox, drag an ``||input:on logo [pressed]||`` container into to your workspace.
|
|
14
25
|
► From the ``||radio:Radio||`` category, get ``||radio:radio send number [0]||`` and snap it into your empty ``||input:on logo [pressed]||`` container.
|
|
15
26
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "pxt-microbit",
|
|
3
|
-
"version": "7.1.
|
|
3
|
+
"version": "7.1.33",
|
|
4
4
|
"description": "micro:bit target for Microsoft MakeCode (PXT)",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"JavaScript",
|
|
@@ -45,8 +45,8 @@
|
|
|
45
45
|
"typescript": "4.8.3"
|
|
46
46
|
},
|
|
47
47
|
"dependencies": {
|
|
48
|
-
"pxt-common-packages": "12.3.
|
|
49
|
-
"pxt-core": "11.4.
|
|
48
|
+
"pxt-common-packages": "12.3.30",
|
|
49
|
+
"pxt-core": "11.4.21"
|
|
50
50
|
},
|
|
51
51
|
"overrides": {
|
|
52
52
|
"@blockly/field-colour": {
|
package/pxtarget.json
CHANGED
package/targetconfig.json
CHANGED
|
@@ -476,6 +476,7 @@
|
|
|
476
476
|
"dfrobot/pxt-dfrobot_creative-robotics-kit": { "tags": [ "Robotics" ] },
|
|
477
477
|
"ines-hpmm/pxt-luma-matrix": { "tags": [ "Lights and Display" ] },
|
|
478
478
|
"team-bp/pxt-bplab": { "tags": [ "Science" ] },
|
|
479
|
+
"jimd80/pxt-coderdojo-controller": { "tags": [ "Gaming" ] },
|
|
479
480
|
"microsoft/pxt-simx-sample": {
|
|
480
481
|
"simx": {
|
|
481
482
|
"sha": "7301f5900879b85127482d79bab48f03c25690a8",
|
|
File without changes
|