pxt-microbit 4.0.12 → 4.0.13
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/hexcache/{b2e08efad14a6680dc3a2942b93acef42d2045d9f2907e7fe5926264d0c04310.hex → 6526a3337377701ca7bf1d9940f76fdccac145405380ee3ecc2c96f6049e34ce.hex} +10240 -10251
- package/built/hexcache/{8cf431acbfd0538188a30333695c29dc120ffe3e58cc5c076bdf928db97027da.hex → 8fc8a1499d69a5d8cc851cf49d16112b3021ab801238204dacf84073acf90e7c.hex} +10835 -10846
- package/built/target-strings.json +2 -1
- package/built/target.js +38 -30
- package/built/target.json +38 -30
- package/built/targetlight.json +5 -5
- package/docs/blocks/comments.md +131 -0
- package/docs/blocks/loops.md +12 -0
- package/docs/extensions.md +40 -0
- package/docs/projects/SUMMARY.md +7 -1
- package/docs/projects/micro-chat.md +8 -8
- package/docs/projects/mood-radio.md +3 -1
- package/docs/projects/multi-dice.md +8 -6
- package/docs/projects/plot-acceleration.md +2 -2
- package/docs/projects/v2-blow-away.md +317 -0
- package/docs/projects/v2-clap-lights.md +195 -0
- package/docs/projects/v2-countdown.md +151 -0
- package/docs/projects/v2-morse-chat.md +297 -0
- package/docs/projects/v2-pet-hamster.md +165 -0
- package/docs/projects.md +8 -2
- package/docs/reference/basic/forever.md +17 -4
- package/docs/reference/basic/show-number.md +1 -1
- package/docs/reference/loops/every-interval.md +42 -0
- package/docs/reference/radio/on-received-buffer.md +1 -0
- package/docs/reference/radio/on-received-number.md +2 -0
- package/docs/reference/radio/on-received-string.md +1 -0
- package/docs/reference/radio/on-received-value.md +1 -0
- package/docs/reference/radio/received-packet.md +1 -0
- package/docs/reference/radio/send-buffer.md +1 -0
- package/docs/reference/radio/send-string.md +1 -0
- package/docs/reference/radio/set-group.md +8 -0
- package/docs/reference/radio/write-received-packet-to-serial.md +1 -0
- package/docs/reference/radio/write-value-to-serial.md +1 -0
- package/docs/v2tutorials.md +39 -0
- package/package.json +1 -1
- package/pxtarget.json +1 -1
- package/targetconfig.json +23 -6
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"Adds new blocks for message communication in the radio category": "Adds new blocks for message communication in the radio category",
|
|
5
5
|
"BETA - Camera, remote control and other Bluetooth services. App required.": "BETA - Camera, remote control and other Bluetooth services. App required.",
|
|
6
6
|
"Behind the MakeCode Hardware": "Behind the MakeCode Hardware",
|
|
7
|
-
"Blocks
|
|
7
|
+
"Blocks to JavaScript": "Blocks to JavaScript",
|
|
8
8
|
"Bluetooth services": "Bluetooth services",
|
|
9
9
|
"Buy": "Buy",
|
|
10
10
|
"Can't import microbit.co.uk scripts...": "Can't import microbit.co.uk scripts...",
|
|
@@ -42,6 +42,7 @@
|
|
|
42
42
|
"Toys": "Toys",
|
|
43
43
|
"Turtle": "Turtle",
|
|
44
44
|
"Tutorials": "Tutorials",
|
|
45
|
+
"Tutorials for the new micro:bit (V2)": "Tutorials for the new micro:bit (V2)",
|
|
45
46
|
"makecode.microbit.org": "makecode.microbit.org",
|
|
46
47
|
"{id:type}Image": "Image",
|
|
47
48
|
"{id:type}LedSprite": "LedSprite",
|