pxt-microbit 4.1.4 → 4.1.8

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.
Files changed (58) hide show
  1. package/built/common-sim.d.ts +51 -2
  2. package/built/common-sim.js +296 -6
  3. package/built/hexcache/{6526a3337377701ca7bf1d9940f76fdccac145405380ee3ecc2c96f6049e34ce.hex → 0a7e07c684763d50c302169904fdbb9fc387e1f105f5c8a62f369eab7e443b53.hex} +9 -9
  4. package/built/hexcache/{8fc8a1499d69a5d8cc851cf49d16112b3021ab801238204dacf84073acf90e7c.hex → 13247a2921d73de268c2d92a591f952d610020f3c1938dde251c0139d1823417.hex} +9 -9
  5. package/built/hexcache/3237486a484d0d476c16429f4d524f5d3e2b2fd99336859f0cbb588ceb17e16b.hex +14849 -0
  6. package/built/hexcache/72b9e94993590d9bbc5283b9e11d7f3a19235783f6a54231bf9cc657c64d7bc1.hex +14318 -0
  7. package/built/sim-strings.json +3 -3
  8. package/built/sim.js +10 -12
  9. package/built/target-strings.json +2 -1
  10. package/built/target.js +117 -46
  11. package/built/target.json +117 -46
  12. package/built/targetlight.json +5 -5
  13. package/built/web/blockly.css +1 -1
  14. package/built/web/rtlblockly.css +1 -1
  15. package/built/web/rtlsemantic.css +16 -16
  16. package/built/web/semantic.css +16 -16
  17. package/docs/blocks/comments.md +131 -0
  18. package/docs/blocks/loops.md +12 -0
  19. package/docs/device/usb/webusb.md +31 -9
  20. package/docs/device/usb/windows-chrome.md +14 -24
  21. package/docs/device/usb/windows-edge.md +11 -13
  22. package/docs/device/usb.md +10 -4
  23. package/docs/device.md +28 -12
  24. package/docs/docs.md +1 -1
  25. package/docs/extensions.md +126 -2
  26. package/docs/projects/SUMMARY.md +7 -1
  27. package/docs/projects/micro-chat.md +8 -8
  28. package/docs/projects/mood-radio.md +3 -1
  29. package/docs/projects/multi-dice.md +8 -6
  30. package/docs/projects/plot-acceleration.md +2 -2
  31. package/docs/projects/v2-blow-away.md +317 -0
  32. package/docs/projects/v2-clap-lights.md +195 -0
  33. package/docs/projects/v2-countdown.md +151 -0
  34. package/docs/projects/v2-morse-chat.md +297 -0
  35. package/docs/projects/v2-pet-hamster.md +165 -0
  36. package/docs/projects.md +8 -2
  37. package/docs/reference/basic/forever.md +17 -4
  38. package/docs/reference/basic/show-number.md +1 -1
  39. package/docs/reference/game/change.md +10 -6
  40. package/docs/reference/game/get.md +6 -6
  41. package/docs/reference/game/set.md +29 -12
  42. package/docs/reference/loops/every-interval.md +42 -0
  43. package/docs/reference/radio/on-received-buffer.md +1 -0
  44. package/docs/reference/radio/on-received-number.md +2 -0
  45. package/docs/reference/radio/on-received-string.md +1 -0
  46. package/docs/reference/radio/on-received-value.md +1 -0
  47. package/docs/reference/radio/received-packet.md +1 -0
  48. package/docs/reference/radio/send-buffer.md +1 -0
  49. package/docs/reference/radio/send-string.md +1 -0
  50. package/docs/reference/radio/set-group.md +8 -0
  51. package/docs/reference/radio/write-received-packet-to-serial.md +1 -0
  52. package/docs/reference/radio/write-value-to-serial.md +1 -0
  53. package/docs/tutorials-v2.md +39 -0
  54. package/package.json +5 -5
  55. package/sim/public/icons/jacdac.svg +1 -1
  56. package/targetconfig.json +49 -9
  57. package/built/hexcache/02e34856c566087a1e5f0212e31686199c414ee7c8a2b9c36be7167d71548860.hex +0 -13960
  58. package/built/hexcache/447fa4d5b24ea1ca19eab3745af559cd49d5831ea3e3d6750812b3af3de0f2c4.hex +0 -14499
package/targetconfig.json CHANGED
@@ -13,6 +13,7 @@
13
13
  "microsoft/pxt-ws2812b",
14
14
  "microsoft/pxt-apa102",
15
15
  "microsoft/pxt-radio-firefly",
16
+ "microsoft/pxt-ml",
16
17
  "KitronikLtd/pxt-kitronik-servo-lite",
17
18
  "KitronikLtd/pxt-kitronik-motor-driver",
18
19
  "KitronikLtd/pxt-kitronik-I2C-16-servo",
@@ -158,7 +159,7 @@
158
159
  "BrightWearables/pxt-microbit-brightboard",
159
160
  "EBOTICS/pxt-eboticsMIBO",
160
161
  "KitronikLtd/pxt-kitronik-halohd",
161
- "dugbraden/pxt-climate-action-kit",
162
+ "climate-action-kits/pxt-climate-action-kit-land",
162
163
  "alsrobot-microbit-makecode-packages/MiniCruise",
163
164
  "4tronix/ServoBit",
164
165
  "DFRobot/pxt-maqueen",
@@ -208,18 +209,55 @@
208
209
  "4tronix/EggBit",
209
210
  "joy-it/SEN-MPU6050",
210
211
  "gomakekit/Hoverbit_V2",
211
- "Matrix-Robotics/pxt-MatrixMicro"
212
+ "Matrix-Robotics/pxt-MatrixMicro",
213
+ "joy-it/pxt-RB-TFT1.8",
214
+ "CytronTechnologies/pxt-esp8266",
215
+ "elecfreaks/pxt-Dronebit",
216
+ "elecfreaks/pxt-PlanetX-AI",
217
+ "joy-it/pxt-SEN-Color",
218
+ "stemhub/pxt-Stemhubbit",
219
+ "KitronikLtd/pxt-kitronik-lab-bit",
220
+ "KitronikLtd/pxt-kitronik-128x64Display",
221
+ "monkmakes/monkmakes-7-segment",
222
+ "stemhub/pxt-StemhubCity",
223
+ "KittenBot/pxt-powerbrick",
224
+ "microbit-foundation/pxt-microbit-v2-power",
225
+ "KittenBot/pxt-joyfrog",
226
+ "KittenBot/pxt-sugar",
227
+ "KittenBot/pxt-koi",
228
+ "KidSpark/pxt-sparkbit",
229
+ "BPI-STEAM/pxt-triodecar",
230
+ "KitronikLtd/pxt-kitronik-air-quality",
231
+ "KitronikLtd/pxt-kitronik-air-quality-v2-only",
232
+ "artec-kk/pxt-artecrobo-kit",
233
+ "TeacherPinky/Wait-Until-Blocks",
234
+ "KittenBot/pxt-kittenwifi",
235
+ "SGBotic/pxt-SGBotic-Ultimate-SR04-RGB",
236
+ "CytronTechnologies/pxt-zoombit",
237
+ "Kodely-io/dot",
238
+ "climate-action-kits/pxt-climate-action-kit-energy",
239
+ "HackidsEdu/pxt-hackbit",
240
+ "aorczyk/lego-pf-transmitter",
241
+ "KittenBot/pxt-minilfr",
242
+ "iBuilds/pxt-PTKidsBIT-IoT",
243
+ "KelieLeung/pxt-iClassIoT"
212
244
  ],
213
245
  "preferredRepos": [
214
246
  "Microsoft/pxt-neopixel",
215
- "Microsoft/pxt-microturtle",
216
- "Tinkertanker/pxt-tinkercademy-tinker-kit",
247
+ "4tronix/BitBot",
248
+ "dfrobot/pxt-maqueen",
217
249
  "kittenbot/pxt-robotbit",
218
250
  "Microsoft/pxt-sonar",
219
- "4tronix/BitBot",
251
+ "Microsoft/pxt-microturtle",
252
+ "Tinkertanker/pxt-tinkercademy-tinker-kit",
253
+ "seeed-studio/pxt-grove",
254
+ "elecfreaks/pxt-cutebot",
255
+ "dfrobot/pxt-dfrobot-maqueenplus",
256
+ "tinkertanker/pxt-iot-environment-kit",
257
+ "tinkertanker/pxt-ringbitcar",
220
258
  "kitronikltd/pxt-kitronik-servo-lite",
221
259
  "kitronikltd/pxt-kitronik-motor-driver",
222
- "Tinkertanker/pxt-ringbitcar"
260
+ "tinkertanker/pxt-smarthome"
223
261
  ],
224
262
  "upgrades": {
225
263
  "tinkertanker/pxt-iot-environment-kit": "min:v4.2.1",
@@ -251,16 +289,18 @@
251
289
  "sparkfun/pxt-gator-particle": "dv:mbcodal",
252
290
  "sparkfun/pxt-gator-microphone": "dv:mbcodal",
253
291
  "rebeccaclavier/pxt-bmp280": "dv:mbcodal",
254
- "mu-opensource/pxt-muvision": "min:v1.2.21",
292
+ "mu-opensource/pxt-muvision": "min:v1.2.25",
255
293
  "elecfreaks/pxt-PlanetX": "min:v0.13.1",
256
294
  "bsiever/microbit-pxt-timeanddate": "min:v2.0.11"
257
295
  },
258
296
  "approvedEditorExtensionUrls": [
297
+ "https://microsoft.github.io/ml4f/",
259
298
  "https://microsoft.github.io/jacdac-docs/tools/makecode-editor-extension"
260
299
  ]
261
300
  },
262
301
  "galleries": {
263
302
  "Tutorials": "tutorials",
303
+ "Tutorials for the new micro:bit (V2)": "tutorials-v2",
264
304
  "Live Coding": {
265
305
  "url": "live-coding",
266
306
  "shuffle": "daily",
@@ -274,7 +314,7 @@
274
314
  "Science": "projects/science",
275
315
  "Tools": "projects/tools",
276
316
  "Turtle": "projects/turtle",
277
- "Blocks To JavaScript": "courses/blocks-to-javascript",
317
+ "Blocks to JavaScript": "courses/blocks-to-javascript",
278
318
  "Courses": "courses",
279
319
  "Behind the MakeCode Hardware": {
280
320
  "url": "behind-the-makecode-hardware",
@@ -295,6 +335,6 @@
295
335
  }
296
336
  },
297
337
  "electronManifest": {
298
- "latest": "v3.0.65"
338
+ "latest": "v4.0.11"
299
339
  }
300
340
  }