pxt-microbit 4.1.27 → 4.1.28
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-strings.json +1 -0
- package/built/target.js +1151 -29
- package/built/target.json +1151 -29
- package/built/targetlight.json +4 -4
- package/docs/reference/music/builtin-sound-effect.md +40 -0
- package/docs/reference/music/create-sound-effect.md +48 -0
- package/docs/reference/music/play-sound-effect.md +41 -0
- package/docs/reference/music.md +5 -1
- package/docs/types/sound.md +136 -0
- package/package.json +1 -1
- package/pxtarget.json +2 -1
|
@@ -10,6 +10,7 @@
|
|
|
10
10
|
"Can't import microbit.co.uk scripts...": "Can't import microbit.co.uk scripts...",
|
|
11
11
|
"Coding Cards": "Coding Cards",
|
|
12
12
|
"Coding for Teachers": "Coding for Teachers",
|
|
13
|
+
"Color manipulation": "Color manipulation",
|
|
13
14
|
"Courses": "Courses",
|
|
14
15
|
"Data logging to flash memory. micro:bit (V2) only.": "Data logging to flash memory. micro:bit (V2) only.",
|
|
15
16
|
"Data logging to flash.": "Data logging to flash.",
|