pxt-microbit 5.1.2 → 5.1.4

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 (44) hide show
  1. package/built/editor.js +11 -0
  2. package/built/sim-strings.json +1 -17
  3. package/built/sim.js +1 -1
  4. package/built/target-strings.json +1 -57
  5. package/built/target.js +1 -44155
  6. package/built/target.json +1 -44155
  7. package/built/targetlight.json +1 -408
  8. package/built/theme.json +1 -2311
  9. package/built/web/blockly.css +1 -1
  10. package/built/web/react-common-authcode.css +4 -6777
  11. package/built/web/react-common-multiplayer.css +13 -0
  12. package/built/web/react-common-skillmap.css +1 -1
  13. package/built/web/rtlblockly.css +1 -1
  14. package/built/web/rtlreact-common-authcode.css +13 -0
  15. package/built/web/rtlreact-common-multiplayer.css +13 -0
  16. package/built/web/rtlreact-common-skillmap.css +1 -1
  17. package/built/web/rtlsemantic.css +2 -2
  18. package/built/web/semantic.css +2 -2
  19. package/docs/device/v2.md +1 -1
  20. package/docs/extensions.md +40 -0
  21. package/docs/microcode.md +27 -0
  22. package/docs/projects/SUMMARY.md +6 -0
  23. package/docs/projects/electric-guitar/code.md +42 -0
  24. package/docs/projects/electric-guitar/make.md +40 -0
  25. package/docs/projects/electric-guitar.md +27 -0
  26. package/docs/projects/hot-potato.md +1 -1
  27. package/docs/projects/jonnys-bird.md +110 -0
  28. package/docs/projects/music.md +10 -0
  29. package/docs/projects/red-light-green-light.md +1 -1
  30. package/docs/projects/timing-gates.md +4 -4
  31. package/docs/projects/turtle-square.md +2 -2
  32. package/docs/projects/watch/timer.md +1 -1
  33. package/docs/projects.md +6 -0
  34. package/docs/reference/music/beat.md +1 -7
  35. package/docs/reference/music/change-tempo-by.md +5 -3
  36. package/docs/reference/music/play-tone.md +28 -15
  37. package/docs/reference/music/rest.md +28 -10
  38. package/docs/reference/music/ring-tone.md +7 -6
  39. package/docs/reference/music/set-tempo.md +7 -3
  40. package/docs/translate.md +53 -22
  41. package/docs/windows-app.md +3 -3
  42. package/package.json +2 -2
  43. package/pxtarget.json +34 -4
  44. package/targetconfig.json +16 -3
package/built/theme.json CHANGED
@@ -1,2311 +1 @@
1
- {
2
- "accentColor": "#5C005C",
3
- "logoUrl": "https://microbit.org/",
4
- "logo": "@cdnUrl@/blob/d955ce94fc3f7d2c6573300c71a56dc1d92c9bf0/static/logo.portrait.white.svg",
5
- "docsLogo": "@cdnUrl@/blob/3403510141da69da71b1fbb1024619a3ba88ac29/static/logo.square.white.svg",
6
- "portraitLogo": "@cdnUrl@/blob/3403510141da69da71b1fbb1024619a3ba88ac29/static/logo.square.white.svg",
7
- "footerLogo": "@cdnUrl@/blob/642175ae61e6822c948990e15570e590d2e0ecf1/static/logo.portrait.black.svg",
8
- "cardLogo": "@cdnUrl@/blob/4de54063603c8d16531078818a83f7c29a3588fa/static/icons/apple-touch-icon.png",
9
- "appLogo": "@cdnUrl@/blob/4de54063603c8d16531078818a83f7c29a3588fa/static/icons/apple-touch-icon.png",
10
- "organization": "Microsoft MakeCode",
11
- "organizationUrl": "https://makecode.com/",
12
- "organizationLogo": "@cdnUrl@/blob/106597ae039a275897661651b96856220c9b0fad/static/Microsoft_logo_rgb_W-white_D-square.png",
13
- "organizationWideLogo": "@cdnUrl@/blob/d6139e3d0af51f02aa5f8765ecb0985acbd98551/static/Microsoft_logo_rgb_W-white_D.png",
14
- "homeScreenHero": {
15
- "imageUrl": "/static/herogallery/hero-banner.png",
16
- "name": "Flashing Heart",
17
- "url": "/projects/flashing-heart",
18
- "description": "New? Start here!",
19
- "cardType": "tutorial"
20
- },
21
- "homeScreenHeroGallery": "/hero-banner",
22
- "homeUrl": "https://makecode.microbit.org/",
23
- "embedUrl": "https://makecode.microbit.org/",
24
- "shareUrl": "https://makecode.microbit.org/",
25
- "privacyUrl": "https://makecode.com/privacy",
26
- "termsOfUseUrl": "https://makecode.com/termsofuse",
27
- "githubUrl": "https://github.com/Microsoft/pxt-microbit",
28
- "boardName": "micro:bit",
29
- "boardNickname": "micro:bit",
30
- "driveDisplayName": "MICROBIT",
31
- "appStoreID": "1092687276",
32
- "mobileSafariDownloadProtocol": "microbithex://?data",
33
- "crowdinProject": "makecode",
34
- "extendEditor": true,
35
- "extendFieldEditors": true,
36
- "enableTrace": true,
37
- "ignoreDocsErrors": false,
38
- "errorList": true,
39
- "workspaceSearch": true,
40
- "allowPackageExtensions": true,
41
- "addNewTypeScriptFile": true,
42
- "experiments": [
43
- "accessibleBlocks",
44
- "debugExtensionCode",
45
- "bluetoothUartConsole",
46
- "bluetoothPartialFlashing",
47
- "simScreenshot",
48
- "simGif",
49
- "blocksErrorList"
50
- ],
51
- "bluetoothUartFilters": [
52
- {
53
- "namePrefix": "BBC micro:bit"
54
- }
55
- ],
56
- "docMenu": [
57
- {
58
- "name": "Support",
59
- "path": "https://support.microbit.org/"
60
- },
61
- {
62
- "name": "Reference",
63
- "path": "/reference"
64
- },
65
- {
66
- "name": "Hardware",
67
- "path": "/device"
68
- },
69
- {
70
- "name": "Buy",
71
- "path": "https://microbit.org/resellers"
72
- }
73
- ],
74
- "hasReferenceDocs": true,
75
- "usbDocs": "/device/usb",
76
- "usbHelp": [
77
- {
78
- "name": "connection",
79
- "os": "*",
80
- "browser": "*",
81
- "path": "/static/mb/device/usb-generic.jpg"
82
- },
83
- {
84
- "name": "connection",
85
- "os": "mac",
86
- "browser": "*",
87
- "path": "/static/mb/device/usb-mac.jpg"
88
- },
89
- {
90
- "name": "save",
91
- "os": "windows",
92
- "browser": "firefox",
93
- "path": "/static/mb/device/usb-windows-firefox-1.png"
94
- },
95
- {
96
- "name": "save",
97
- "os": "mac",
98
- "browser": "firefox",
99
- "path": "/static/mb/device/usb-osx-firefox-1.jpg"
100
- },
101
- {
102
- "name": "save",
103
- "os": "mac",
104
- "browser": "chrome",
105
- "path": "/static/mb/device/usb-osx-chrome.png"
106
- },
107
- {
108
- "name": "save",
109
- "os": "windows",
110
- "browser": "edge",
111
- "path": "/static/mb/device/usb-windows-edge-1.png"
112
- },
113
- {
114
- "name": "save",
115
- "os": "windows",
116
- "browser": "ie",
117
- "path": "/static/mb/device/usb-windows-ie11-1.png"
118
- },
119
- {
120
- "name": "save",
121
- "os": "windows",
122
- "browser": "chrome",
123
- "path": "/static/mb/device/usb-windows-chrome.png"
124
- },
125
- {
126
- "name": "copy",
127
- "os": "mac",
128
- "browser": "*",
129
- "path": "/static/mb/device/usb-osx-dnd.png"
130
- },
131
- {
132
- "name": "copy",
133
- "os": "windows",
134
- "browser": "*",
135
- "path": "/static/mb/device/usb-windows-sendto.jpg"
136
- }
137
- ],
138
- "hideHomeDetailsVideo": true,
139
- "invertedMenu": true,
140
- "coloredToolbox": true,
141
- "monacoToolbox": true,
142
- "hasAudio": true,
143
- "socialOptions": {
144
- "orgTwitterHandle": "MSMakeCode",
145
- "hashtags": "MakeCode",
146
- "discourse": "https://forum.makecode.com/",
147
- "discourseCategory": "micro:bit"
148
- },
149
- "blocklyOptions": {
150
- "grid": {
151
- "spacing": 45,
152
- "length": 7,
153
- "colour": "rgba(189, 195, 199, 0.30)",
154
- "snap": false
155
- }
156
- },
157
- "blockColors": {
158
- "logic": "#00A4A6",
159
- "loops": "#00AA00",
160
- "math": "#9400D3",
161
- "variables": "#DC143C",
162
- "text": "#B8860B",
163
- "advanced": "#00272B",
164
- "functions": "#3455DB",
165
- "arrays": "#E65722"
166
- },
167
- "blocksCollapsing": true,
168
- "highContrast": true,
169
- "greenScreen": true,
170
- "print": true,
171
- "selectLanguage": true,
172
- "availableLocales": [
173
- "en",
174
- "ar",
175
- "bg",
176
- "ca",
177
- "cs",
178
- "cy",
179
- "da",
180
- "de",
181
- "el",
182
- "es-ES",
183
- "fi",
184
- "fr",
185
- "he",
186
- "hu",
187
- "is",
188
- "it",
189
- "ja",
190
- "ko",
191
- "nl",
192
- "nb",
193
- "nn-NO",
194
- "pl",
195
- "pt-BR",
196
- "pt-PT",
197
- "ru",
198
- "si-LK",
199
- "sk",
200
- "sr",
201
- "sv-SE",
202
- "tr",
203
- "uk",
204
- "zh-CN",
205
- "zh-TW"
206
- ],
207
- "monacoColors": {
208
- "editor.background": "#ecf0f1"
209
- },
210
- "monacoFieldEditors": [
211
- "soundeffect-editor"
212
- ],
213
- "browserDbPrefixes": {
214
- "1": "v1",
215
- "2": "v2",
216
- "3": "v3",
217
- "4": "v4",
218
- "5": "v5"
219
- },
220
- "editorVersionPaths": {
221
- "0": "v0"
222
- },
223
- "showProjectSettings": true,
224
- "scriptManager": true,
225
- "debugger": true,
226
- "simGifTransparent": "rgba(0,0,0,0)",
227
- "simGifMaxFrames": 44,
228
- "simScreenshotMaxUriLength": 300000,
229
- "qrCode": true,
230
- "importExtensionFiles": true,
231
- "nameProjectFirst": true,
232
- "githubEditor": true,
233
- "chooseLanguageRestrictionOnNewProject": true,
234
- "openProjectNewTab": true,
235
- "python": true,
236
- "appFlashingTroubleshoot": "/device/windows-app/troubleshoot",
237
- "immersiveReader": true,
238
- "tutorialCodeValidation": true,
239
- "downloadDialogTheme": {
240
- "webUSBDeviceNames": [
241
- "BBC micro:bit CMSIS-DAP",
242
- "DAPLink CMSIS-DAP"
243
- ],
244
- "minimumFirmwareVersion": "0249",
245
- "deviceIcon": "xicon microbit",
246
- "deviceSuccessIcon": "xicon microbit-check",
247
- "downloadMenuHelpURL": "/device/usb",
248
- "downloadHelpURL": "/device/usb",
249
- "firmwareHelpURL": "/device/usb/webusb/troubleshoot",
250
- "troubleshootWebUSBHelpURL": "/device/usb/webusb/troubleshoot",
251
- "incompatibleHardwareHelpURL": "/device/v2",
252
- "dragFileImage": "/static/download/transfer.png",
253
- "connectDeviceImage": "/static/download/connect.png",
254
- "selectDeviceImage": "/static/download/pair.png",
255
- "connectionSuccessImage": "/static/download/connected.png",
256
- "checkFirmwareVersionImage": "/static/download/firmware.png",
257
- "checkUSBCableImage": "/static/download/connect.png",
258
- "incompatibleHardwareImage": "/static/download/incompatible.png"
259
- },
260
- "winAppDeprImage": "/static/winapp.PNG",
261
- "showWinAppDeprBanner": false,
262
- "legacyTutorial": true,
263
- "TOC": [
264
- {
265
- "name": "About",
266
- "path": "/about",
267
- "subitems": []
268
- },
269
- {
270
- "name": "FAQ",
271
- "path": "/faq",
272
- "subitems": []
273
- },
274
- {
275
- "name": "Projects",
276
- "path": "/projects",
277
- "subitems": []
278
- },
279
- {
280
- "name": "GitHub",
281
- "path": "/github",
282
- "subitems": []
283
- },
284
- {
285
- "name": "Support",
286
- "path": "https://support.microbit.org/",
287
- "subitems": []
288
- },
289
- {
290
- "name": "Courses",
291
- "path": "/courses",
292
- "subitems": [
293
- {
294
- "name": "CS Intro",
295
- "path": "/courses/csintro",
296
- "subitems": [
297
- {
298
- "name": "About",
299
- "path": "/courses/csintro/about",
300
- "subitems": []
301
- },
302
- {
303
- "name": "Introduction",
304
- "path": "/courses/csintro/introduction",
305
- "subitems": []
306
- },
307
- {
308
- "name": "References",
309
- "path": "/courses/csintro/references",
310
- "subitems": []
311
- },
312
- {
313
- "name": "Acknowledgements",
314
- "path": "/courses/csintro/acknowledgements",
315
- "subitems": []
316
- },
317
- {
318
- "name": "Making",
319
- "path": "/courses/csintro/making",
320
- "subitems": [
321
- {
322
- "name": "Introduction",
323
- "path": "/courses/csintro/making/introduction",
324
- "subitems": []
325
- },
326
- {
327
- "name": "Unplugged",
328
- "path": "/courses/csintro/making/unplugged",
329
- "subitems": []
330
- },
331
- {
332
- "name": "Walkthrough",
333
- "path": "/courses/csintro/making/activity",
334
- "subitems": []
335
- },
336
- {
337
- "name": "Project",
338
- "path": "/courses/csintro/making/project",
339
- "subitems": []
340
- },
341
- {
342
- "name": "Standards",
343
- "path": "/courses/csintro/making/standards",
344
- "subitems": []
345
- }
346
- ]
347
- },
348
- {
349
- "name": "Algorithms",
350
- "path": "/courses/csintro/algorithms",
351
- "subitems": [
352
- {
353
- "name": "Overview",
354
- "path": "/courses/csintro/algorithms/overview",
355
- "subitems": []
356
- },
357
- {
358
- "name": "Unplugged",
359
- "path": "/courses/csintro/algorithms/unplugged",
360
- "subitems": []
361
- },
362
- {
363
- "name": "Activity",
364
- "path": "/courses/csintro/algorithms/activity",
365
- "subitems": []
366
- },
367
- {
368
- "name": "Project",
369
- "path": "/courses/csintro/algorithms/project",
370
- "subitems": []
371
- },
372
- {
373
- "name": "Standards",
374
- "path": "/courses/csintro/algorithms/standards",
375
- "subitems": []
376
- }
377
- ]
378
- },
379
- {
380
- "name": "Variables",
381
- "path": "/courses/csintro/variables",
382
- "subitems": [
383
- {
384
- "name": "Overview",
385
- "path": "/courses/csintro/variables/overview",
386
- "subitems": []
387
- },
388
- {
389
- "name": "Unplugged",
390
- "path": "/courses/csintro/variables/unplugged",
391
- "subitems": []
392
- },
393
- {
394
- "name": "Activity",
395
- "path": "/courses/csintro/variables/activity",
396
- "subitems": []
397
- },
398
- {
399
- "name": "Project",
400
- "path": "/courses/csintro/variables/project",
401
- "subitems": []
402
- },
403
- {
404
- "name": "Standards",
405
- "path": "/courses/csintro/variables/standards",
406
- "subitems": []
407
- }
408
- ]
409
- },
410
- {
411
- "name": "Conditionals",
412
- "path": "/courses/csintro/conditionals",
413
- "subitems": [
414
- {
415
- "name": "Overview",
416
- "path": "/courses/csintro/conditionals/overview",
417
- "subitems": []
418
- },
419
- {
420
- "name": "Unplugged",
421
- "path": "/courses/csintro/conditionals/unplugged",
422
- "subitems": []
423
- },
424
- {
425
- "name": "Activity",
426
- "path": "/courses/csintro/conditionals/activity",
427
- "subitems": []
428
- },
429
- {
430
- "name": "Project",
431
- "path": "/courses/csintro/conditionals/project",
432
- "subitems": []
433
- },
434
- {
435
- "name": "Standards",
436
- "path": "/courses/csintro/conditionals/standards",
437
- "subitems": []
438
- }
439
- ]
440
- },
441
- {
442
- "name": "Iteration",
443
- "path": "/courses/csintro/iteration",
444
- "subitems": [
445
- {
446
- "name": "Overview",
447
- "path": "/courses/csintro/iteration/overview",
448
- "subitems": []
449
- },
450
- {
451
- "name": "Unplugged",
452
- "path": "/courses/csintro/iteration/unplugged",
453
- "subitems": []
454
- },
455
- {
456
- "name": "Activity",
457
- "path": "/courses/csintro/iteration/activity",
458
- "subitems": []
459
- },
460
- {
461
- "name": "Project",
462
- "path": "/courses/csintro/iteration/project",
463
- "subitems": []
464
- },
465
- {
466
- "name": "Standards",
467
- "path": "/courses/csintro/iteration/standards",
468
- "subitems": []
469
- }
470
- ]
471
- },
472
- {
473
- "name": "Mini-project",
474
- "path": "/courses/csintro/miniproject",
475
- "subitems": [
476
- {
477
- "name": "Review",
478
- "path": "/courses/csintro/miniproject/review",
479
- "subitems": []
480
- },
481
- {
482
- "name": "Activity",
483
- "path": "/courses/csintro/miniproject/activity",
484
- "subitems": []
485
- },
486
- {
487
- "name": "Project",
488
- "path": "/courses/csintro/miniproject/project",
489
- "subitems": []
490
- },
491
- {
492
- "name": "Standards",
493
- "path": "/courses/csintro/miniproject/standards",
494
- "subitems": []
495
- }
496
- ]
497
- },
498
- {
499
- "name": "Coordinates",
500
- "path": "/courses/csintro/coordinates",
501
- "subitems": [
502
- {
503
- "name": "Overview",
504
- "path": "/courses/csintro/coordinates/overview",
505
- "subitems": []
506
- },
507
- {
508
- "name": "Unplugged",
509
- "path": "/courses/csintro/coordinates/unplugged",
510
- "subitems": []
511
- },
512
- {
513
- "name": "Activity",
514
- "path": "/courses/csintro/coordinates/activity",
515
- "subitems": []
516
- },
517
- {
518
- "name": "Project",
519
- "path": "/courses/csintro/coordinates/project",
520
- "subitems": []
521
- },
522
- {
523
- "name": "Standards",
524
- "path": "/courses/csintro/coordinates/standards",
525
- "subitems": []
526
- }
527
- ]
528
- },
529
- {
530
- "name": "Booleans",
531
- "path": "/courses/csintro/booleans",
532
- "subitems": [
533
- {
534
- "name": "Overview",
535
- "path": "/courses/csintro/booleans/overview",
536
- "subitems": []
537
- },
538
- {
539
- "name": "Unplugged",
540
- "path": "/courses/csintro/booleans/unplugged",
541
- "subitems": []
542
- },
543
- {
544
- "name": "Activity",
545
- "path": "/courses/csintro/booleans/activity",
546
- "subitems": []
547
- },
548
- {
549
- "name": "Project",
550
- "path": "/courses/csintro/booleans/project",
551
- "subitems": []
552
- },
553
- {
554
- "name": "Standards",
555
- "path": "/courses/csintro/booleans/standards",
556
- "subitems": []
557
- }
558
- ]
559
- },
560
- {
561
- "name": "Binary",
562
- "path": "/courses/csintro/binary",
563
- "subitems": [
564
- {
565
- "name": "Overview",
566
- "path": "/courses/csintro/binary/overview",
567
- "subitems": []
568
- },
569
- {
570
- "name": "Unplugged",
571
- "path": "/courses/csintro/binary/unplugged",
572
- "subitems": []
573
- },
574
- {
575
- "name": "Activity",
576
- "path": "/courses/csintro/binary/activity",
577
- "subitems": []
578
- },
579
- {
580
- "name": "Project",
581
- "path": "/courses/csintro/binary/project",
582
- "subitems": []
583
- },
584
- {
585
- "name": "Standards",
586
- "path": "/courses/csintro/binary/standards",
587
- "subitems": []
588
- }
589
- ]
590
- },
591
- {
592
- "name": "Radio",
593
- "path": "/courses/csintro/radio",
594
- "subitems": [
595
- {
596
- "name": "Overview",
597
- "path": "/courses/csintro/radio/overview",
598
- "subitems": []
599
- },
600
- {
601
- "name": "Unplugged",
602
- "path": "/courses/csintro/radio/unplugged",
603
- "subitems": []
604
- },
605
- {
606
- "name": "Activity",
607
- "path": "/courses/csintro/radio/activity",
608
- "subitems": []
609
- },
610
- {
611
- "name": "Project",
612
- "path": "/courses/csintro/radio/project",
613
- "subitems": []
614
- },
615
- {
616
- "name": "Standards",
617
- "path": "/courses/csintro/radio/standards",
618
- "subitems": []
619
- }
620
- ]
621
- },
622
- {
623
- "name": "Arrays",
624
- "path": "/courses/csintro/arrays",
625
- "subitems": [
626
- {
627
- "name": "Overview",
628
- "path": "/courses/csintro/arrays/overview",
629
- "subitems": []
630
- },
631
- {
632
- "name": "Unplugged",
633
- "path": "/courses/csintro/arrays/unplugged",
634
- "subitems": []
635
- },
636
- {
637
- "name": "Activity",
638
- "path": "/courses/csintro/arrays/activity",
639
- "subitems": []
640
- },
641
- {
642
- "name": "Project",
643
- "path": "/courses/csintro/arrays/project",
644
- "subitems": []
645
- },
646
- {
647
- "name": "Standards",
648
- "path": "/courses/csintro/arrays/standards",
649
- "subitems": []
650
- }
651
- ]
652
- },
653
- {
654
- "name": "Final Project",
655
- "path": "/courses/csintro/finalproject",
656
- "subitems": [
657
- {
658
- "name": "Review",
659
- "path": "/courses/csintro/finalproject/review",
660
- "subitems": []
661
- },
662
- {
663
- "name": "Project",
664
- "path": "/courses/csintro/finalproject/project",
665
- "subitems": []
666
- },
667
- {
668
- "name": "Examples",
669
- "path": "/courses/csintro/finalproject/examples",
670
- "subitems": []
671
- },
672
- {
673
- "name": "Standards",
674
- "path": "/courses/csintro/finalproject/standards",
675
- "subitems": []
676
- }
677
- ]
678
- }
679
- ]
680
- },
681
- {
682
- "name": "Blocks to JavaScript",
683
- "path": "/courses/blocks-to-javascript",
684
- "subitems": [
685
- {
686
- "name": "Hello JavaScript",
687
- "path": "/courses/blocks-to-javascript/hello-javascript",
688
- "subitems": []
689
- },
690
- {
691
- "name": "Starter Blocks",
692
- "path": "/courses/blocks-to-javascript/starter-blocks",
693
- "subitems": []
694
- },
695
- {
696
- "name": "Writing Code",
697
- "path": "/courses/blocks-to-javascript/writing-code",
698
- "subitems": []
699
- },
700
- {
701
- "name": "Conditional Loops",
702
- "path": "/courses/blocks-to-javascript/conditional-loops",
703
- "subitems": []
704
- },
705
- {
706
- "name": "Writing Functions",
707
- "path": "/courses/blocks-to-javascript/writing-functions",
708
- "subitems": []
709
- }
710
- ]
711
- },
712
- {
713
- "name": "Science experiments",
714
- "path": "/courses/ucp-science",
715
- "subitems": [
716
- {
717
- "name": "Data collection",
718
- "path": "/courses/ucp-science/data-collection",
719
- "subitems": [
720
- {
721
- "name": "Overview",
722
- "path": "/courses/ucp-science/data-collection/overview",
723
- "subitems": []
724
- },
725
- {
726
- "name": "Setup and procedure",
727
- "path": "/courses/ucp-science/data-collection/setup-procedure",
728
- "subitems": []
729
- },
730
- {
731
- "name": "Resources",
732
- "path": "/courses/ucp-science/data-collection/resources",
733
- "subitems": []
734
- }
735
- ]
736
- },
737
- {
738
- "name": "Population Traits",
739
- "path": "/courses/ucp-science/population",
740
- "subitems": [
741
- {
742
- "name": "Overview",
743
- "path": "/courses/ucp-science/population/overview",
744
- "subitems": []
745
- },
746
- {
747
- "name": "Setup and procedure",
748
- "path": "/courses/ucp-science/population/setup-procedure",
749
- "subitems": []
750
- },
751
- {
752
- "name": "Resources",
753
- "path": "/courses/ucp-science/population/resources",
754
- "subitems": []
755
- }
756
- ]
757
- },
758
- {
759
- "name": "Temperature",
760
- "path": "/courses/ucp-science/temperature",
761
- "subitems": [
762
- {
763
- "name": "Overview",
764
- "path": "/courses/ucp-science/temperature/overview",
765
- "subitems": []
766
- },
767
- {
768
- "name": "Setup and procedure",
769
- "path": "/courses/ucp-science/temperature/setup-procedure",
770
- "subitems": []
771
- },
772
- {
773
- "name": "Resources",
774
- "path": "/courses/ucp-science/temperature/resources",
775
- "subitems": []
776
- }
777
- ]
778
- },
779
- {
780
- "name": "Soil Moisture",
781
- "path": "/courses/ucp-science/soil-moisture",
782
- "subitems": [
783
- {
784
- "name": "Overview",
785
- "path": "/courses/ucp-science/soil-moisture/overview",
786
- "subitems": []
787
- },
788
- {
789
- "name": "Setup and procedure",
790
- "path": "/courses/ucp-science/soil-moisture/setup-procedure",
791
- "subitems": []
792
- },
793
- {
794
- "name": "Resources",
795
- "path": "/courses/ucp-science/soil-moisture/resources",
796
- "subitems": []
797
- }
798
- ]
799
- },
800
- {
801
- "name": "Gravity, Motion and Waves",
802
- "path": "/courses/ucp-science/gravity",
803
- "subitems": [
804
- {
805
- "name": "Overview",
806
- "path": "/courses/ucp-science/gravity/overview",
807
- "subitems": []
808
- },
809
- {
810
- "name": "Setup and procedure",
811
- "path": "/courses/ucp-science/gravity/setup-procedure",
812
- "subitems": []
813
- },
814
- {
815
- "name": "Resources",
816
- "path": "/courses/ucp-science/gravity/resources",
817
- "subitems": []
818
- }
819
- ]
820
- },
821
- {
822
- "name": "Body Electrical and Waves",
823
- "path": "/courses/ucp-science/body-electrical",
824
- "subitems": [
825
- {
826
- "name": "Overview",
827
- "path": "/courses/ucp-science/body-electrical/overview",
828
- "subitems": []
829
- },
830
- {
831
- "name": "Setup and procedure",
832
- "path": "/courses/ucp-science/body-electrical/setup-procedure",
833
- "subitems": []
834
- },
835
- {
836
- "name": "Resources",
837
- "path": "/courses/ucp-science/body-electrical/resources",
838
- "subitems": []
839
- }
840
- ]
841
- },
842
- {
843
- "name": "Electricity",
844
- "path": "/courses/ucp-science/electricity",
845
- "subitems": [
846
- {
847
- "name": "Overview",
848
- "path": "/courses/ucp-science/electricity/overview",
849
- "subitems": []
850
- },
851
- {
852
- "name": "Setup and procedure",
853
- "path": "/courses/ucp-science/electricity/setup-procedure",
854
- "subitems": []
855
- },
856
- {
857
- "name": "Resources",
858
- "path": "/courses/ucp-science/electricity/resources",
859
- "subitems": []
860
- }
861
- ]
862
- },
863
- {
864
- "name": "Rocket Acceleration",
865
- "path": "/courses/ucp-science/rocket-acceleration",
866
- "subitems": [
867
- {
868
- "name": "Overview",
869
- "path": "/courses/ucp-science/rocket-acceleration/overview",
870
- "subitems": []
871
- },
872
- {
873
- "name": "Build",
874
- "path": "/courses/ucp-science/rocket-acceleration/build",
875
- "subitems": []
876
- },
877
- {
878
- "name": "Setup and procedure",
879
- "path": "/courses/ucp-science/rocket-acceleration/setup-procedure",
880
- "subitems": []
881
- },
882
- {
883
- "name": "Resources",
884
- "path": "/courses/ucp-science/rocket-acceleration/resources",
885
- "subitems": []
886
- }
887
- ]
888
- }
889
- ]
890
- },
891
- {
892
- "name": "Logic Lab",
893
- "path": "/courses/logic-lab",
894
- "subitems": [
895
- {
896
- "name": "Logic and Expressions",
897
- "path": "/courses/logic-lab/expressions",
898
- "subitems": []
899
- },
900
- {
901
- "name": "Boolean Elements",
902
- "path": "/courses/logic-lab/elements",
903
- "subitems": []
904
- },
905
- {
906
- "name": "Logic Explorer",
907
- "path": "/courses/logic-lab/explorer",
908
- "subitems": []
909
- },
910
- {
911
- "name": "Logic Gates",
912
- "path": "/courses/logic-lab/logic-gates",
913
- "subitems": []
914
- },
915
- {
916
- "name": "Programmable Logic",
917
- "path": "/courses/logic-lab/programmable",
918
- "subitems": []
919
- }
920
- ]
921
- }
922
- ]
923
- },
924
- {
925
- "name": "Reference",
926
- "path": "/reference",
927
- "subitems": [
928
- {
929
- "name": "Basic",
930
- "path": "/reference/basic",
931
- "subitems": [
932
- {
933
- "name": "show number",
934
- "path": "/reference/basic/show-number",
935
- "subitems": []
936
- },
937
- {
938
- "name": "show icon",
939
- "path": "/reference/basic/show-icon",
940
- "subitems": []
941
- },
942
- {
943
- "name": "show leds",
944
- "path": "/reference/basic/show-leds",
945
- "subitems": []
946
- },
947
- {
948
- "name": "show string",
949
- "path": "/reference/basic/show-string",
950
- "subitems": []
951
- },
952
- {
953
- "name": "clear screen",
954
- "path": "/reference/basic/clear-screen",
955
- "subitems": []
956
- },
957
- {
958
- "name": "forever",
959
- "path": "/reference/basic/forever",
960
- "subitems": []
961
- },
962
- {
963
- "name": "pause",
964
- "path": "/reference/basic/pause",
965
- "subitems": []
966
- },
967
- {
968
- "name": "show arrow",
969
- "path": "/reference/basic/show-arrow",
970
- "subitems": []
971
- }
972
- ]
973
- },
974
- {
975
- "name": "Input",
976
- "path": "/reference/input",
977
- "subitems": [
978
- {
979
- "name": "on button pressed",
980
- "path": "/reference/input/on-button-pressed",
981
- "subitems": []
982
- },
983
- {
984
- "name": "on gesture",
985
- "path": "/reference/input/on-gesture",
986
- "subitems": []
987
- },
988
- {
989
- "name": "on pin pressed",
990
- "path": "/reference/input/on-pin-pressed",
991
- "subitems": []
992
- },
993
- {
994
- "name": "button is pressed",
995
- "path": "/reference/input/button-is-pressed",
996
- "subitems": []
997
- },
998
- {
999
- "name": "compass heading",
1000
- "path": "/reference/input/compass-heading",
1001
- "subitems": []
1002
- },
1003
- {
1004
- "name": "pin is pressed",
1005
- "path": "/reference/input/pin-is-pressed",
1006
- "subitems": []
1007
- },
1008
- {
1009
- "name": "temperature",
1010
- "path": "/reference/input/temperature",
1011
- "subitems": []
1012
- },
1013
- {
1014
- "name": "acceleration",
1015
- "path": "/reference/input/acceleration",
1016
- "subitems": []
1017
- },
1018
- {
1019
- "name": "light level",
1020
- "path": "/reference/input/light-level",
1021
- "subitems": []
1022
- },
1023
- {
1024
- "name": "rotation",
1025
- "path": "/reference/input/rotation",
1026
- "subitems": []
1027
- },
1028
- {
1029
- "name": "magnetic force",
1030
- "path": "/reference/input/magnetic-force",
1031
- "subitems": []
1032
- },
1033
- {
1034
- "name": "running time",
1035
- "path": "/reference/input/running-time",
1036
- "subitems": []
1037
- },
1038
- {
1039
- "name": "set accelerometer range",
1040
- "path": "/reference/input/set-accelerometer-range",
1041
- "subitems": []
1042
- }
1043
- ]
1044
- },
1045
- {
1046
- "name": "Music",
1047
- "path": "/reference/music",
1048
- "subitems": [
1049
- {
1050
- "name": "play tone",
1051
- "path": "/reference/music/play-tone",
1052
- "subitems": []
1053
- },
1054
- {
1055
- "name": "ring tone",
1056
- "path": "/reference/music/ring-tone",
1057
- "subitems": []
1058
- },
1059
- {
1060
- "name": "rest",
1061
- "path": "/reference/music/rest",
1062
- "subitems": []
1063
- },
1064
- {
1065
- "name": "beat",
1066
- "path": "/reference/music/beat",
1067
- "subitems": []
1068
- },
1069
- {
1070
- "name": "tempo",
1071
- "path": "/reference/music/tempo",
1072
- "subitems": []
1073
- },
1074
- {
1075
- "name": "change tempo by",
1076
- "path": "/reference/music/change-tempo-by",
1077
- "subitems": []
1078
- },
1079
- {
1080
- "name": "set tempo",
1081
- "path": "/reference/music/set-tempo",
1082
- "subitems": []
1083
- }
1084
- ]
1085
- },
1086
- {
1087
- "name": "Led",
1088
- "path": "/reference/led",
1089
- "subitems": [
1090
- {
1091
- "name": "plot",
1092
- "path": "/reference/led/plot",
1093
- "subitems": []
1094
- },
1095
- {
1096
- "name": "unplot",
1097
- "path": "/reference/led/unplot",
1098
- "subitems": []
1099
- },
1100
- {
1101
- "name": "point",
1102
- "path": "/reference/led/point",
1103
- "subitems": []
1104
- },
1105
- {
1106
- "name": "toggle",
1107
- "path": "/reference/led/toggle",
1108
- "subitems": []
1109
- },
1110
- {
1111
- "name": "brightness",
1112
- "path": "/reference/led/brightness",
1113
- "subitems": []
1114
- },
1115
- {
1116
- "name": "set brightness",
1117
- "path": "/reference/led/set-brightness",
1118
- "subitems": []
1119
- },
1120
- {
1121
- "name": "stop animation",
1122
- "path": "/reference/led/stop-animation",
1123
- "subitems": []
1124
- },
1125
- {
1126
- "name": "plot bar graph",
1127
- "path": "/reference/led/plot-bar-graph",
1128
- "subitems": []
1129
- },
1130
- {
1131
- "name": "enable",
1132
- "path": "/reference/led/enable",
1133
- "subitems": []
1134
- }
1135
- ]
1136
- },
1137
- {
1138
- "name": "Radio",
1139
- "path": "/reference/radio",
1140
- "subitems": [
1141
- {
1142
- "name": "send number",
1143
- "path": "/reference/radio/send-number",
1144
- "subitems": []
1145
- },
1146
- {
1147
- "name": "send value",
1148
- "path": "/reference/radio/send-value",
1149
- "subitems": []
1150
- },
1151
- {
1152
- "name": "send string",
1153
- "path": "/reference/radio/send-string",
1154
- "subitems": []
1155
- },
1156
- {
1157
- "name": "on received number",
1158
- "path": "/reference/radio/on-received-number",
1159
- "subitems": []
1160
- },
1161
- {
1162
- "name": "on received string",
1163
- "path": "/reference/radio/on-received-string",
1164
- "subitems": []
1165
- },
1166
- {
1167
- "name": "on received buffer",
1168
- "path": "/reference/radio/on-received-buffer",
1169
- "subitems": []
1170
- },
1171
- {
1172
- "name": "received packet",
1173
- "path": "/reference/radio/received-packet",
1174
- "subitems": []
1175
- },
1176
- {
1177
- "name": "set group",
1178
- "path": "/reference/radio/set-group",
1179
- "subitems": []
1180
- },
1181
- {
1182
- "name": "set transmit power",
1183
- "path": "/reference/radio/set-transmit-power",
1184
- "subitems": []
1185
- },
1186
- {
1187
- "name": "set transmit serial number",
1188
- "path": "/reference/radio/set-transmit-serial-number",
1189
- "subitems": []
1190
- },
1191
- {
1192
- "name": "on data packet received",
1193
- "path": "/reference/radio/on-data-packet-received",
1194
- "subitems": []
1195
- },
1196
- {
1197
- "name": "write received packet to serial",
1198
- "path": "/reference/radio/write-received-packet-to-serial",
1199
- "subitems": []
1200
- }
1201
- ]
1202
- },
1203
- {
1204
- "name": "Game",
1205
- "path": "/reference/game",
1206
- "subitems": [
1207
- {
1208
- "name": "create sprite",
1209
- "path": "/reference/game/create-sprite",
1210
- "subitems": []
1211
- },
1212
- {
1213
- "name": "delete",
1214
- "path": "/reference/game/delete",
1215
- "subitems": []
1216
- },
1217
- {
1218
- "name": "move",
1219
- "path": "/reference/game/move",
1220
- "subitems": []
1221
- },
1222
- {
1223
- "name": "turn",
1224
- "path": "/reference/game/turn",
1225
- "subitems": []
1226
- },
1227
- {
1228
- "name": "if on edge bounce",
1229
- "path": "/reference/game/if-on-edge-bounce",
1230
- "subitems": []
1231
- },
1232
- {
1233
- "name": "get",
1234
- "path": "/reference/game/get",
1235
- "subitems": []
1236
- },
1237
- {
1238
- "name": "set",
1239
- "path": "/reference/game/set",
1240
- "subitems": []
1241
- },
1242
- {
1243
- "name": "change",
1244
- "path": "/reference/game/change",
1245
- "subitems": []
1246
- },
1247
- {
1248
- "name": "is touching",
1249
- "path": "/reference/game/is-touching",
1250
- "subitems": []
1251
- },
1252
- {
1253
- "name": "is touching edge",
1254
- "path": "/reference/game/is-touching-edge",
1255
- "subitems": []
1256
- },
1257
- {
1258
- "name": "add score",
1259
- "path": "/reference/game/add-score",
1260
- "subitems": []
1261
- },
1262
- {
1263
- "name": "score",
1264
- "path": "/reference/game/score",
1265
- "subitems": []
1266
- },
1267
- {
1268
- "name": "set score",
1269
- "path": "/reference/game/set-score",
1270
- "subitems": []
1271
- },
1272
- {
1273
- "name": "set life",
1274
- "path": "/reference/game/set-life",
1275
- "subitems": []
1276
- },
1277
- {
1278
- "name": "add life",
1279
- "path": "/reference/game/add-life",
1280
- "subitems": []
1281
- },
1282
- {
1283
- "name": "remove life",
1284
- "path": "/reference/game/remove-life",
1285
- "subitems": []
1286
- },
1287
- {
1288
- "name": "start countdown",
1289
- "path": "/reference/game/start-countdown",
1290
- "subitems": []
1291
- },
1292
- {
1293
- "name": "game over",
1294
- "path": "/reference/game/game-over",
1295
- "subitems": []
1296
- },
1297
- {
1298
- "name": "pause",
1299
- "path": "/reference/game/pause",
1300
- "subitems": []
1301
- },
1302
- {
1303
- "name": "resume",
1304
- "path": "/reference/game/resume",
1305
- "subitems": []
1306
- }
1307
- ]
1308
- },
1309
- {
1310
- "name": "Images",
1311
- "path": "/reference/images",
1312
- "subitems": [
1313
- {
1314
- "name": "create image",
1315
- "path": "/reference/images/create-image",
1316
- "subitems": []
1317
- },
1318
- {
1319
- "name": "create big image",
1320
- "path": "/reference/images/create-big-image",
1321
- "subitems": []
1322
- },
1323
- {
1324
- "name": "show image",
1325
- "path": "/reference/images/show-image",
1326
- "subitems": []
1327
- },
1328
- {
1329
- "name": "scroll image",
1330
- "path": "/reference/images/scroll-image",
1331
- "subitems": []
1332
- },
1333
- {
1334
- "name": "arrow image",
1335
- "path": "/reference/images/arrow-image",
1336
- "subitems": []
1337
- },
1338
- {
1339
- "name": "icon image",
1340
- "path": "/reference/images/icon-image",
1341
- "subitems": []
1342
- },
1343
- {
1344
- "name": "arrow number",
1345
- "path": "/reference/images/arrow-number",
1346
- "subitems": []
1347
- }
1348
- ]
1349
- },
1350
- {
1351
- "name": "Pins",
1352
- "path": "/reference/pins",
1353
- "subitems": [
1354
- {
1355
- "name": "digital read pin",
1356
- "path": "/reference/pins/digital-read-pin",
1357
- "subitems": []
1358
- },
1359
- {
1360
- "name": "digital write pin",
1361
- "path": "/reference/pins/digital-write-pin",
1362
- "subitems": []
1363
- },
1364
- {
1365
- "name": "analog read pin",
1366
- "path": "/reference/pins/analog-read-pin",
1367
- "subitems": []
1368
- },
1369
- {
1370
- "name": "analog write pin",
1371
- "path": "/reference/pins/analog-write-pin",
1372
- "subitems": []
1373
- },
1374
- {
1375
- "name": "analog set period",
1376
- "path": "/reference/pins/analog-set-period",
1377
- "subitems": []
1378
- },
1379
- {
1380
- "name": "map",
1381
- "path": "/reference/pins/map",
1382
- "subitems": []
1383
- },
1384
- {
1385
- "name": "on pulsed",
1386
- "path": "/reference/pins/on-pulsed",
1387
- "subitems": []
1388
- },
1389
- {
1390
- "name": "pulse duration",
1391
- "path": "/reference/pins/pulse-duration",
1392
- "subitems": []
1393
- },
1394
- {
1395
- "name": "pulse in",
1396
- "path": "/reference/pins/pulse-in",
1397
- "subitems": []
1398
- },
1399
- {
1400
- "name": "servo write pin",
1401
- "path": "/reference/pins/servo-write-pin",
1402
- "subitems": []
1403
- },
1404
- {
1405
- "name": "servo set pulse",
1406
- "path": "/reference/pins/servo-set-pulse",
1407
- "subitems": []
1408
- },
1409
- {
1410
- "name": "i2c read number",
1411
- "path": "/reference/pins/i2c-read-number",
1412
- "subitems": []
1413
- },
1414
- {
1415
- "name": "i2c write number",
1416
- "path": "/reference/pins/i2c-write-number",
1417
- "subitems": []
1418
- },
1419
- {
1420
- "name": "set pull",
1421
- "path": "/reference/pins/set-pull",
1422
- "subitems": []
1423
- },
1424
- {
1425
- "name": "analog pitch",
1426
- "path": "/reference/pins/analog-pitch",
1427
- "subitems": []
1428
- },
1429
- {
1430
- "name": "analog set pitch pin",
1431
- "path": "/reference/pins/analog-set-pitch-pin",
1432
- "subitems": []
1433
- },
1434
- {
1435
- "name": "spi write",
1436
- "path": "/reference/pins/spi-write",
1437
- "subitems": []
1438
- },
1439
- {
1440
- "name": "spi Pins",
1441
- "path": "/reference/pins/spi-pins",
1442
- "subitems": []
1443
- },
1444
- {
1445
- "name": "spi format",
1446
- "path": "/reference/pins/spi-format",
1447
- "subitems": []
1448
- },
1449
- {
1450
- "name": "spi frequency",
1451
- "path": "/reference/pins/spi-frequency",
1452
- "subitems": []
1453
- }
1454
- ]
1455
- },
1456
- {
1457
- "name": "Serial",
1458
- "path": "/reference/serial",
1459
- "subitems": [
1460
- {
1461
- "name": "write line",
1462
- "path": "/reference/serial/write-line",
1463
- "subitems": []
1464
- },
1465
- {
1466
- "name": "write number",
1467
- "path": "/reference/serial/write-number",
1468
- "subitems": []
1469
- },
1470
- {
1471
- "name": "write value",
1472
- "path": "/reference/serial/write-value",
1473
- "subitems": []
1474
- },
1475
- {
1476
- "name": "write string",
1477
- "path": "/reference/serial/write-string",
1478
- "subitems": []
1479
- },
1480
- {
1481
- "name": "read until",
1482
- "path": "/reference/serial/read-until",
1483
- "subitems": []
1484
- },
1485
- {
1486
- "name": "read line",
1487
- "path": "/reference/serial/read-line",
1488
- "subitems": []
1489
- },
1490
- {
1491
- "name": "read string",
1492
- "path": "/reference/serial/read-string",
1493
- "subitems": []
1494
- },
1495
- {
1496
- "name": "on data received",
1497
- "path": "/reference/serial/on-data-received",
1498
- "subitems": []
1499
- },
1500
- {
1501
- "name": "redirect",
1502
- "path": "/reference/serial/redirect",
1503
- "subitems": []
1504
- },
1505
- {
1506
- "name": "redirect to usb",
1507
- "path": "/reference/serial/redirect-to-usb",
1508
- "subitems": []
1509
- },
1510
- {
1511
- "name": "set baud rate",
1512
- "path": "/reference/serial/set-baud-rate",
1513
- "subitems": []
1514
- },
1515
- {
1516
- "name": "set write line padding",
1517
- "path": "/reference/serial/set-write-line-padding",
1518
- "subitems": []
1519
- },
1520
- {
1521
- "name": "write buffer",
1522
- "path": "/reference/serial/write-buffer",
1523
- "subitems": []
1524
- },
1525
- {
1526
- "name": "read buffer",
1527
- "path": "/reference/serial/read-buffer",
1528
- "subitems": []
1529
- }
1530
- ]
1531
- },
1532
- {
1533
- "name": "Control",
1534
- "path": "/reference/control",
1535
- "subitems": [
1536
- {
1537
- "name": "in background",
1538
- "path": "/reference/control/in-background",
1539
- "subitems": []
1540
- },
1541
- {
1542
- "name": "reset",
1543
- "path": "/reference/control/reset",
1544
- "subitems": []
1545
- },
1546
- {
1547
- "name": "wait micros",
1548
- "path": "/reference/control/wait-micros",
1549
- "subitems": []
1550
- },
1551
- {
1552
- "name": "on event",
1553
- "path": "/reference/control/on-event",
1554
- "subitems": []
1555
- },
1556
- {
1557
- "name": "raise event",
1558
- "path": "/reference/control/raise-event",
1559
- "subitems": []
1560
- },
1561
- {
1562
- "name": "event timestamp",
1563
- "path": "/reference/control/event-timestamp",
1564
- "subitems": []
1565
- },
1566
- {
1567
- "name": "event value",
1568
- "path": "/reference/control/event-value",
1569
- "subitems": []
1570
- }
1571
- ]
1572
- },
1573
- {
1574
- "name": "Bluetooth",
1575
- "path": "/reference/bluetooth",
1576
- "subitems": [
1577
- {
1578
- "name": "About",
1579
- "path": "/reference/bluetooth/about-bluetooth",
1580
- "subitems": []
1581
- },
1582
- {
1583
- "name": "Pairing",
1584
- "path": "/reference/bluetooth/bluetooth-pairing",
1585
- "subitems": []
1586
- },
1587
- {
1588
- "name": "on bluetooth connected",
1589
- "path": "/reference/bluetooth/on-bluetooth-connected",
1590
- "subitems": []
1591
- },
1592
- {
1593
- "name": "on bluetooth disconnected",
1594
- "path": "/reference/bluetooth/on-bluetooth-disconnected",
1595
- "subitems": []
1596
- },
1597
- {
1598
- "name": "start accelerometer service",
1599
- "path": "/reference/bluetooth/start-accelerometer-service",
1600
- "subitems": []
1601
- },
1602
- {
1603
- "name": "start button service",
1604
- "path": "/reference/bluetooth/start-button-service",
1605
- "subitems": []
1606
- },
1607
- {
1608
- "name": "start io pin service",
1609
- "path": "/reference/bluetooth/start-io-pin-service",
1610
- "subitems": []
1611
- },
1612
- {
1613
- "name": "start led service",
1614
- "path": "/reference/bluetooth/start-led-service",
1615
- "subitems": []
1616
- },
1617
- {
1618
- "name": "start magnetometer service",
1619
- "path": "/reference/bluetooth/start-magnetometer-service",
1620
- "subitems": []
1621
- },
1622
- {
1623
- "name": "start temperature service",
1624
- "path": "/reference/bluetooth/start-temperature-service",
1625
- "subitems": []
1626
- },
1627
- {
1628
- "name": "start uart service",
1629
- "path": "/reference/bluetooth/start-uart-service",
1630
- "subitems": []
1631
- },
1632
- {
1633
- "name": "uart read until",
1634
- "path": "/reference/bluetooth/uart-read-until",
1635
- "subitems": []
1636
- },
1637
- {
1638
- "name": "uart write string",
1639
- "path": "/reference/bluetooth/uart-write-string",
1640
- "subitems": []
1641
- },
1642
- {
1643
- "name": "uart write number",
1644
- "path": "/reference/bluetooth/uart-write-number",
1645
- "subitems": []
1646
- },
1647
- {
1648
- "name": "uart write value",
1649
- "path": "/reference/bluetooth/uart-write-value",
1650
- "subitems": []
1651
- },
1652
- {
1653
- "name": "advertise url",
1654
- "path": "/reference/bluetooth/advertise-url",
1655
- "subitems": []
1656
- },
1657
- {
1658
- "name": "stop advertising",
1659
- "path": "/reference/bluetooth/stop-advertising",
1660
- "subitems": []
1661
- },
1662
- {
1663
- "name": "advertise uid",
1664
- "path": "/reference/bluetooth/advertise-uid",
1665
- "subitems": []
1666
- },
1667
- {
1668
- "name": "advertise-uid-buffer",
1669
- "path": "/reference/bluetooth/advertise-uid-buffer",
1670
- "subitems": []
1671
- }
1672
- ]
1673
- }
1674
- ]
1675
- },
1676
- {
1677
- "name": "Extensions",
1678
- "path": "/extensions",
1679
- "subitems": []
1680
- },
1681
- {
1682
- "name": "Blocks",
1683
- "path": "/blocks",
1684
- "subitems": [
1685
- {
1686
- "name": "On Start",
1687
- "path": "/blocks/on-start",
1688
- "subitems": []
1689
- },
1690
- {
1691
- "name": "Loops",
1692
- "path": "/blocks/loops",
1693
- "subitems": [
1694
- {
1695
- "name": "repeat",
1696
- "path": "/blocks/loops/repeat",
1697
- "subitems": []
1698
- },
1699
- {
1700
- "name": "for",
1701
- "path": "/blocks/loops/for",
1702
- "subitems": []
1703
- },
1704
- {
1705
- "name": "while",
1706
- "path": "/blocks/loops/while",
1707
- "subitems": []
1708
- },
1709
- {
1710
- "name": "for of",
1711
- "path": "/blocks/loops/for-of",
1712
- "subitems": []
1713
- }
1714
- ]
1715
- },
1716
- {
1717
- "name": "Logic",
1718
- "path": "/blocks/logic",
1719
- "subitems": [
1720
- {
1721
- "name": "if",
1722
- "path": "/blocks/logic/if",
1723
- "subitems": []
1724
- },
1725
- {
1726
- "name": "Boolean",
1727
- "path": "/blocks/logic/boolean",
1728
- "subitems": []
1729
- }
1730
- ]
1731
- },
1732
- {
1733
- "name": "Variables",
1734
- "path": "/blocks/variables",
1735
- "subitems": [
1736
- {
1737
- "name": "assign",
1738
- "path": "/blocks/variables/assign",
1739
- "subitems": []
1740
- },
1741
- {
1742
- "name": "change var",
1743
- "path": "/blocks/variables/change",
1744
- "subitems": []
1745
- },
1746
- {
1747
- "name": "var",
1748
- "path": "/blocks/variables/var",
1749
- "subitems": []
1750
- }
1751
- ]
1752
- },
1753
- {
1754
- "name": "Math",
1755
- "path": "/blocks/math",
1756
- "subitems": []
1757
- },
1758
- {
1759
- "name": "JavaScript blocks",
1760
- "path": "/blocks/javascript-blocks",
1761
- "subitems": []
1762
- },
1763
- {
1764
- "name": "Custom blocks",
1765
- "path": "/blocks/custom",
1766
- "subitems": []
1767
- }
1768
- ]
1769
- },
1770
- {
1771
- "name": "Python",
1772
- "path": "/python",
1773
- "subitems": [
1774
- {
1775
- "name": "Calling",
1776
- "path": "/python/call",
1777
- "subitems": []
1778
- },
1779
- {
1780
- "name": "Sequencing",
1781
- "path": "/python/sequence",
1782
- "subitems": []
1783
- },
1784
- {
1785
- "name": "Variables",
1786
- "path": "/python/variables",
1787
- "subitems": []
1788
- },
1789
- {
1790
- "name": "Operators",
1791
- "path": "/python/operators",
1792
- "subitems": []
1793
- },
1794
- {
1795
- "name": "Statements",
1796
- "path": "/python/statements",
1797
- "subitems": []
1798
- },
1799
- {
1800
- "name": "Functions",
1801
- "path": "/python/functions",
1802
- "subitems": []
1803
- },
1804
- {
1805
- "name": "Classes",
1806
- "path": "/python/classes",
1807
- "subitems": []
1808
- }
1809
- ]
1810
- },
1811
- {
1812
- "name": "JavaScript",
1813
- "path": "/javascript",
1814
- "subitems": [
1815
- {
1816
- "name": "Calling",
1817
- "path": "/javascript/call",
1818
- "subitems": []
1819
- },
1820
- {
1821
- "name": "Sequencing",
1822
- "path": "/javascript/sequence",
1823
- "subitems": []
1824
- },
1825
- {
1826
- "name": "Variables",
1827
- "path": "/javascript/variables",
1828
- "subitems": []
1829
- },
1830
- {
1831
- "name": "Operators",
1832
- "path": "/javascript/operators",
1833
- "subitems": []
1834
- },
1835
- {
1836
- "name": "Statements",
1837
- "path": "/javascript/statements",
1838
- "subitems": []
1839
- },
1840
- {
1841
- "name": "Functions",
1842
- "path": "/javascript/functions",
1843
- "subitems": []
1844
- },
1845
- {
1846
- "name": "Types",
1847
- "path": "/javascript/types",
1848
- "subitems": []
1849
- },
1850
- {
1851
- "name": "Classes",
1852
- "path": "/javascript/classes",
1853
- "subitems": []
1854
- },
1855
- {
1856
- "name": "Interfaces",
1857
- "path": "/javascript/interfaces",
1858
- "subitems": []
1859
- },
1860
- {
1861
- "name": "Generics",
1862
- "path": "/javascript/generics",
1863
- "subitems": []
1864
- }
1865
- ]
1866
- },
1867
- {
1868
- "name": "Types",
1869
- "path": "/types",
1870
- "subitems": [
1871
- {
1872
- "name": "Number",
1873
- "path": "/types/number",
1874
- "subitems": []
1875
- },
1876
- {
1877
- "name": "String",
1878
- "path": "/types/string",
1879
- "subitems": []
1880
- },
1881
- {
1882
- "name": "Boolean",
1883
- "path": "/types/boolean",
1884
- "subitems": []
1885
- },
1886
- {
1887
- "name": "Array",
1888
- "path": "/types/array",
1889
- "subitems": []
1890
- },
1891
- {
1892
- "name": "Function",
1893
- "path": "/types/function",
1894
- "subitems": []
1895
- },
1896
- {
1897
- "name": "Buffer",
1898
- "path": "/types/buffer",
1899
- "subitems": [
1900
- {
1901
- "name": "Using buffers",
1902
- "path": "/types/buffer/using-buffers",
1903
- "subitems": []
1904
- },
1905
- {
1906
- "name": "Number format",
1907
- "path": "/types/buffer/number-format",
1908
- "subitems": []
1909
- }
1910
- ]
1911
- }
1912
- ]
1913
- },
1914
- {
1915
- "name": "Hardware",
1916
- "path": "/device",
1917
- "subitems": [
1918
- {
1919
- "name": "Data Analysis",
1920
- "path": "/device/data-analysis",
1921
- "subitems": [
1922
- {
1923
- "name": "Plotting with LEDs",
1924
- "path": "/device/data-analysis/led-plotting",
1925
- "subitems": []
1926
- },
1927
- {
1928
- "name": "Viewing Data",
1929
- "path": "/device/data-analysis/viewing",
1930
- "subitems": []
1931
- },
1932
- {
1933
- "name": "Writing Data",
1934
- "path": "/device/data-analysis/writing",
1935
- "subitems": []
1936
- },
1937
- {
1938
- "name": "Generating Data",
1939
- "path": "/device/data-analysis/generating",
1940
- "subitems": []
1941
- },
1942
- {
1943
- "name": "Analyzing Data",
1944
- "path": "/device/data-analysis/analyze",
1945
- "subitems": []
1946
- },
1947
- {
1948
- "name": "Remote Data",
1949
- "path": "/device/data-analysis/remote",
1950
- "subitems": []
1951
- }
1952
- ]
1953
- },
1954
- {
1955
- "name": "Error codes",
1956
- "path": "/device/error-codes",
1957
- "subitems": []
1958
- },
1959
- {
1960
- "name": "Foil circuits",
1961
- "path": "/device/foil-circuits",
1962
- "subitems": []
1963
- },
1964
- {
1965
- "name": "Incompatible Hardware",
1966
- "path": "/device/incompatible",
1967
- "subitems": []
1968
- },
1969
- {
1970
- "name": "MES events",
1971
- "path": "/device/mes-events",
1972
- "subitems": []
1973
- },
1974
- {
1975
- "name": "Pins",
1976
- "path": "/device/pins",
1977
- "subitems": []
1978
- },
1979
- {
1980
- "name": "Reactive",
1981
- "path": "/device/reactive",
1982
- "subitems": []
1983
- },
1984
- {
1985
- "name": "Screen",
1986
- "path": "/device/screen",
1987
- "subitems": []
1988
- },
1989
- {
1990
- "name": "Serial",
1991
- "path": "/device/serial",
1992
- "subitems": []
1993
- },
1994
- {
1995
- "name": "Servo",
1996
- "path": "/device/servo",
1997
- "subitems": []
1998
- },
1999
- {
2000
- "name": "Simulator",
2001
- "path": "/device/simulator",
2002
- "subitems": []
2003
- },
2004
- {
2005
- "name": "USB",
2006
- "path": "/device/usb",
2007
- "subitems": []
2008
- },
2009
- {
2010
- "name": "WebUSB",
2011
- "path": "/device/usb/webusb",
2012
- "subitems": [
2013
- {
2014
- "name": "WebUSB Troubleshoot",
2015
- "path": "/device/usb/webusb/troubleshoot",
2016
- "subitems": []
2017
- }
2018
- ]
2019
- },
2020
- {
2021
- "name": "Flashing via HID (CMSIS-DAP)",
2022
- "path": "/hidflash",
2023
- "subitems": []
2024
- }
2025
- ]
2026
- },
2027
- {
2028
- "name": "Blocks Gallery",
2029
- "path": "/block-gallery",
2030
- "subitems": []
2031
- },
2032
- {
2033
- "name": "Miscellaneous",
2034
- "path": "",
2035
- "subitems": [
2036
- {
2037
- "name": "About",
2038
- "path": "/about",
2039
- "subitems": []
2040
- },
2041
- {
2042
- "name": "Support",
2043
- "path": "/support",
2044
- "subitems": []
2045
- },
2046
- {
2047
- "name": "Translate",
2048
- "path": "/translate",
2049
- "subitems": []
2050
- },
2051
- {
2052
- "name": "Sharing projects",
2053
- "path": "/share",
2054
- "subitems": []
2055
- },
2056
- {
2057
- "name": "Offline support",
2058
- "path": "/offline",
2059
- "subitems": []
2060
- },
2061
- {
2062
- "name": "Save",
2063
- "path": "/save",
2064
- "subitems": []
2065
- }
2066
- ]
2067
- },
2068
- {
2069
- "name": "Developers",
2070
- "path": "",
2071
- "subitems": [
2072
- {
2073
- "name": "Command Line Interface",
2074
- "path": "/cli",
2075
- "subitems": []
2076
- },
2077
- {
2078
- "name": "Visual Studio Code support",
2079
- "path": "/code",
2080
- "subitems": []
2081
- },
2082
- {
2083
- "name": "Blocks Embed",
2084
- "path": "/blocks-embed",
2085
- "subitems": []
2086
- }
2087
- ]
2088
- },
2089
- {
2090
- "name": "Projects",
2091
- "path": "/projects",
2092
- "subitems": [
2093
- {
2094
- "name": "Flashing Heart",
2095
- "path": "/projects/flashing-heart",
2096
- "subitems": []
2097
- },
2098
- {
2099
- "name": "Smiley Buttons",
2100
- "path": "/projects/smiley-buttons",
2101
- "subitems": []
2102
- },
2103
- {
2104
- "name": "Love Meter",
2105
- "path": "/projects/love-meter",
2106
- "subitems": []
2107
- },
2108
- {
2109
- "name": "Rock Paper Scissors",
2110
- "path": "/projects/rock-paper-scissors",
2111
- "subitems": []
2112
- },
2113
- {
2114
- "name": "Magic Button Trick",
2115
- "path": "/projects/magic-button-trick",
2116
- "subitems": []
2117
- },
2118
- {
2119
- "name": "Coin Flipper",
2120
- "path": "/projects/coin-flipper",
2121
- "subitems": []
2122
- },
2123
- {
2124
- "name": "Salute!",
2125
- "path": "/projects/salute",
2126
- "subitems": []
2127
- },
2128
- {
2129
- "name": "Hack Your Headphones",
2130
- "path": "/projects/hack-your-headphones",
2131
- "subitems": []
2132
- },
2133
- {
2134
- "name": "Banana Keyboard",
2135
- "path": "/projects/banana-keyboard",
2136
- "subitems": []
2137
- },
2138
- {
2139
- "name": "Guitar",
2140
- "path": "/projects/guitar",
2141
- "subitems": []
2142
- },
2143
- {
2144
- "name": "Duct Tape Wallet",
2145
- "path": "/projects/wallet",
2146
- "subitems": []
2147
- },
2148
- {
2149
- "name": "Watch",
2150
- "path": "/projects/watch",
2151
- "subitems": []
2152
- },
2153
- {
2154
- "name": "Soil Moisture",
2155
- "path": "/projects/soil-moisture",
2156
- "subitems": []
2157
- },
2158
- {
2159
- "name": "Plant Watering",
2160
- "path": "/projects/plant-watering",
2161
- "subitems": []
2162
- },
2163
- {
2164
- "name": "Reaction Time",
2165
- "path": "/projects/reaction-time",
2166
- "subitems": []
2167
- },
2168
- {
2169
- "name": "States of Matter",
2170
- "path": "/projects/states-of-matter",
2171
- "subitems": []
2172
- },
2173
- {
2174
- "name": "Mood Radio",
2175
- "path": "/projects/mood-radio",
2176
- "subitems": []
2177
- },
2178
- {
2179
- "name": "Tele-Potato",
2180
- "path": "/projects/tele-potato",
2181
- "subitems": []
2182
- },
2183
- {
2184
- "name": "Hot or Cold",
2185
- "path": "/projects/hot-or-cold",
2186
- "subitems": []
2187
- },
2188
- {
2189
- "name": "Voting Machine",
2190
- "path": "/projects/voting-machine",
2191
- "subitems": []
2192
- },
2193
- {
2194
- "name": "Infection",
2195
- "path": "/projects/infection",
2196
- "subitems": []
2197
- },
2198
- {
2199
- "name": "Fireflies",
2200
- "path": "/projects/fireflies",
2201
- "subitems": []
2202
- },
2203
- {
2204
- "name": "Rock Paper Scissors Teams",
2205
- "path": "/projects/rps-teams",
2206
- "subitems": []
2207
- },
2208
- {
2209
- "name": "Inchworm",
2210
- "path": "/projects/inchworm",
2211
- "subitems": []
2212
- },
2213
- {
2214
- "name": "Milk Carton Robot",
2215
- "path": "/projects/milk-carton-robot",
2216
- "subitems": []
2217
- },
2218
- {
2219
- "name": "Milk Monster",
2220
- "path": "/projects/milky-monster",
2221
- "subitems": []
2222
- },
2223
- {
2224
- "name": "RC Car",
2225
- "path": "/projects/rc-car",
2226
- "subitems": []
2227
- },
2228
- {
2229
- "name": "Timing Gates",
2230
- "path": "/projects/timing-gates",
2231
- "subitems": []
2232
- },
2233
- {
2234
- "name": "Compass",
2235
- "path": "/projects/compass",
2236
- "subitems": []
2237
- },
2238
- {
2239
- "name": "Telegraph",
2240
- "path": "/projects/telegraph",
2241
- "subitems": []
2242
- },
2243
- {
2244
- "name": "Railway Crossing",
2245
- "path": "/projects/railway-crossing",
2246
- "subitems": []
2247
- },
2248
- {
2249
- "name": "Karel",
2250
- "path": "/projects/karel",
2251
- "subitems": []
2252
- },
2253
- {
2254
- "name": "Stopwatch",
2255
- "path": "/projects/stopwatch",
2256
- "subitems": []
2257
- },
2258
- {
2259
- "name": "Name Tag",
2260
- "path": "/projects/name-tag",
2261
- "subitems": []
2262
- },
2263
- {
2264
- "name": "Step counter",
2265
- "path": "/projects/step-counter",
2266
- "subitems": []
2267
- },
2268
- {
2269
- "name": "Servo calibrator",
2270
- "path": "/projects/servo-calibrator",
2271
- "subitems": []
2272
- },
2273
- {
2274
- "name": "Analog Pin Tester",
2275
- "path": "/projects/analog-pin-tester",
2276
- "subitems": []
2277
- },
2278
- {
2279
- "name": "Light Level Meter",
2280
- "path": "/projects/light-level-meter",
2281
- "subitems": []
2282
- },
2283
- {
2284
- "name": "Radio bridge",
2285
- "path": "/projects/radio-bridge",
2286
- "subitems": []
2287
- },
2288
- {
2289
- "name": "Snap the dot",
2290
- "path": "/projects/snap-the-dot",
2291
- "subitems": []
2292
- },
2293
- {
2294
- "name": "Red light green light",
2295
- "path": "/projects/red-light-green-light",
2296
- "subitems": []
2297
- },
2298
- {
2299
- "name": "Name Badge",
2300
- "path": "/projects/name-badge",
2301
- "subitems": []
2302
- }
2303
- ]
2304
- }
2305
- ],
2306
- "id": "microbit",
2307
- "title": "Microsoft MakeCode for micro:bit",
2308
- "name": "makecode.microbit.org",
2309
- "description": "A Blocks / JavaScript code editor for the micro:bit powered by Microsoft MakeCode.",
2310
- "htmlDocIncludes": {}
2311
- }
1
+ {"accentColor":"#5C005C","logoUrl":"https://microbit.org/","logo":"@cdnUrl@/blob/d955ce94fc3f7d2c6573300c71a56dc1d92c9bf0/static/logo.portrait.white.svg","docsLogo":"@cdnUrl@/blob/3403510141da69da71b1fbb1024619a3ba88ac29/static/logo.square.white.svg","portraitLogo":"@cdnUrl@/blob/3403510141da69da71b1fbb1024619a3ba88ac29/static/logo.square.white.svg","footerLogo":"@cdnUrl@/blob/642175ae61e6822c948990e15570e590d2e0ecf1/static/logo.portrait.black.svg","cardLogo":"@cdnUrl@/blob/4de54063603c8d16531078818a83f7c29a3588fa/static/icons/apple-touch-icon.png","appLogo":"@cdnUrl@/blob/4de54063603c8d16531078818a83f7c29a3588fa/static/icons/apple-touch-icon.png","organization":"Microsoft MakeCode","organizationUrl":"https://makecode.com/","organizationLogo":"@cdnUrl@/blob/106597ae039a275897661651b96856220c9b0fad/static/Microsoft_logo_rgb_W-white_D-square.png","organizationWideLogo":"@cdnUrl@/blob/d6139e3d0af51f02aa5f8765ecb0985acbd98551/static/Microsoft_logo_rgb_W-white_D.png","homeScreenHero":{"imageUrl":"/static/herogallery/hero-banner.png","name":"Flashing Heart","url":"/projects/flashing-heart","description":"New? Start here!","cardType":"tutorial"},"homeScreenHeroGallery":"/hero-banner","homeUrl":"https://makecode.microbit.org/","embedUrl":"https://makecode.microbit.org/","shareUrl":"https://makecode.microbit.org/","privacyUrl":"https://makecode.com/privacy","termsOfUseUrl":"https://makecode.com/termsofuse","githubUrl":"https://github.com/Microsoft/pxt-microbit","boardName":"micro:bit","boardNickname":"micro:bit","driveDisplayName":"MICROBIT","appStoreID":"1092687276","mobileSafariDownloadProtocol":"microbithex://?data","crowdinProject":"makecode","extendEditor":true,"extendFieldEditors":true,"enableTrace":true,"ignoreDocsErrors":false,"errorList":true,"workspaceSearch":true,"allowPackageExtensions":true,"addNewTypeScriptFile":true,"experiments":["accessibleBlocks","debugExtensionCode","bluetoothUartConsole","bluetoothPartialFlashing","simScreenshot","simGif","identity","blocksErrorList"],"bluetoothUartFilters":[{"namePrefix":"BBC micro:bit"}],"docMenu":[{"name":"Support","path":"https://support.microbit.org/"},{"name":"Reference","path":"/reference"},{"name":"Hardware","path":"/device"},{"name":"Buy","path":"https://microbit.org/resellers"}],"hasReferenceDocs":true,"usbDocs":"/device/usb","usbHelp":[{"name":"connection","os":"*","browser":"*","path":"/static/mb/device/usb-generic.jpg"},{"name":"connection","os":"mac","browser":"*","path":"/static/mb/device/usb-mac.jpg"},{"name":"save","os":"windows","browser":"firefox","path":"/static/mb/device/usb-windows-firefox-1.png"},{"name":"save","os":"mac","browser":"firefox","path":"/static/mb/device/usb-osx-firefox-1.jpg"},{"name":"save","os":"mac","browser":"chrome","path":"/static/mb/device/usb-osx-chrome.png"},{"name":"save","os":"windows","browser":"edge","path":"/static/mb/device/usb-windows-edge-1.png"},{"name":"save","os":"windows","browser":"ie","path":"/static/mb/device/usb-windows-ie11-1.png"},{"name":"save","os":"windows","browser":"chrome","path":"/static/mb/device/usb-windows-chrome.png"},{"name":"copy","os":"mac","browser":"*","path":"/static/mb/device/usb-osx-dnd.png"},{"name":"copy","os":"windows","browser":"*","path":"/static/mb/device/usb-windows-sendto.jpg"}],"hideHomeDetailsVideo":true,"invertedMenu":true,"coloredToolbox":true,"monacoToolbox":true,"hasAudio":true,"socialOptions":{"orgTwitterHandle":"MSMakeCode","hashtags":"MakeCode","discourse":"https://forum.makecode.com/","discourseCategory":"micro:bit"},"blocklyOptions":{"grid":{"spacing":45,"length":7,"colour":"rgba(189, 195, 199, 0.30)","snap":false}},"blockColors":{"logic":"#00A4A6","loops":"#00AA00","math":"#9400D3","variables":"#DC143C","text":"#B8860B","advanced":"#00272B","functions":"#3455DB","arrays":"#E65722"},"blocksCollapsing":true,"highContrast":true,"greenScreen":true,"print":true,"selectLanguage":true,"availableLocales":["en","ar","bg","ca","cs","cy","da","de","el","es-ES","fi","fr","he","hu","is","it","ja","ko","nl","nb","nn-NO","pl","pt-BR","pt-PT","ru","si-LK","sk","sr","sv-SE","tr","uk","zh-CN","zh-TW"],"monacoColors":{"editor.background":"#ecf0f1"},"monacoFieldEditors":["soundeffect-editor"],"browserDbPrefixes":{"1":"v1","2":"v2","3":"v3","4":"v4","5":"v5"},"editorVersionPaths":{"0":"v0"},"showProjectSettings":true,"scriptManager":true,"debugger":true,"simGifTransparent":"rgba(0,0,0,0)","simGifMaxFrames":44,"simScreenshotMaxUriLength":300000,"qrCode":true,"importExtensionFiles":true,"nameProjectFirst":true,"githubEditor":true,"chooseLanguageRestrictionOnNewProject":true,"openProjectNewTab":true,"python":true,"appFlashingTroubleshoot":"/device/windows-app/troubleshoot","immersiveReader":true,"tutorialCodeValidation":true,"downloadDialogTheme":{"webUSBDeviceNames":["BBC micro:bit CMSIS-DAP","DAPLink CMSIS-DAP"],"minimumFirmwareVersion":"0249","deviceIcon":"xicon microbit","deviceSuccessIcon":"xicon microbit-check","downloadMenuHelpURL":"/device/usb","downloadHelpURL":"/device/usb","firmwareHelpURL":"/device/usb/webusb/troubleshoot","troubleshootWebUSBHelpURL":"/device/usb/webusb/troubleshoot","incompatibleHardwareHelpURL":"/device/v2","dragFileImage":"/static/download/transfer.png","connectDeviceImage":"/static/download/connect.png","selectDeviceImage":"/static/download/pair.png","connectionSuccessImage":"/static/download/connected.png","checkFirmwareVersionImage":"/static/download/firmware.png","checkUSBCableImage":"/static/download/connect.png","incompatibleHardwareImage":"/static/download/incompatible.png"},"winAppDeprImage":"/static/winapp.PNG","showWinAppDeprBanner":false,"TOC":[{"name":"About","path":"/about","subitems":[]},{"name":"FAQ","path":"/faq","subitems":[]},{"name":"Projects","path":"/projects","subitems":[]},{"name":"GitHub","path":"/github","subitems":[]},{"name":"Support","path":"https://support.microbit.org/","subitems":[]},{"name":"Courses","path":"/courses","subitems":[{"name":"CS Intro","path":"/courses/csintro","subitems":[{"name":"About","path":"/courses/csintro/about","subitems":[]},{"name":"Introduction","path":"/courses/csintro/introduction","subitems":[]},{"name":"References","path":"/courses/csintro/references","subitems":[]},{"name":"Acknowledgements","path":"/courses/csintro/acknowledgements","subitems":[]},{"name":"Making","path":"/courses/csintro/making","subitems":[{"name":"Introduction","path":"/courses/csintro/making/introduction","subitems":[]},{"name":"Unplugged","path":"/courses/csintro/making/unplugged","subitems":[]},{"name":"Walkthrough","path":"/courses/csintro/making/activity","subitems":[]},{"name":"Project","path":"/courses/csintro/making/project","subitems":[]},{"name":"Standards","path":"/courses/csintro/making/standards","subitems":[]}]},{"name":"Algorithms","path":"/courses/csintro/algorithms","subitems":[{"name":"Overview","path":"/courses/csintro/algorithms/overview","subitems":[]},{"name":"Unplugged","path":"/courses/csintro/algorithms/unplugged","subitems":[]},{"name":"Activity","path":"/courses/csintro/algorithms/activity","subitems":[]},{"name":"Project","path":"/courses/csintro/algorithms/project","subitems":[]},{"name":"Standards","path":"/courses/csintro/algorithms/standards","subitems":[]}]},{"name":"Variables","path":"/courses/csintro/variables","subitems":[{"name":"Overview","path":"/courses/csintro/variables/overview","subitems":[]},{"name":"Unplugged","path":"/courses/csintro/variables/unplugged","subitems":[]},{"name":"Activity","path":"/courses/csintro/variables/activity","subitems":[]},{"name":"Project","path":"/courses/csintro/variables/project","subitems":[]},{"name":"Standards","path":"/courses/csintro/variables/standards","subitems":[]}]},{"name":"Conditionals","path":"/courses/csintro/conditionals","subitems":[{"name":"Overview","path":"/courses/csintro/conditionals/overview","subitems":[]},{"name":"Unplugged","path":"/courses/csintro/conditionals/unplugged","subitems":[]},{"name":"Activity","path":"/courses/csintro/conditionals/activity","subitems":[]},{"name":"Project","path":"/courses/csintro/conditionals/project","subitems":[]},{"name":"Standards","path":"/courses/csintro/conditionals/standards","subitems":[]}]},{"name":"Iteration","path":"/courses/csintro/iteration","subitems":[{"name":"Overview","path":"/courses/csintro/iteration/overview","subitems":[]},{"name":"Unplugged","path":"/courses/csintro/iteration/unplugged","subitems":[]},{"name":"Activity","path":"/courses/csintro/iteration/activity","subitems":[]},{"name":"Project","path":"/courses/csintro/iteration/project","subitems":[]},{"name":"Standards","path":"/courses/csintro/iteration/standards","subitems":[]}]},{"name":"Mini-project","path":"/courses/csintro/miniproject","subitems":[{"name":"Review","path":"/courses/csintro/miniproject/review","subitems":[]},{"name":"Activity","path":"/courses/csintro/miniproject/activity","subitems":[]},{"name":"Project","path":"/courses/csintro/miniproject/project","subitems":[]},{"name":"Standards","path":"/courses/csintro/miniproject/standards","subitems":[]}]},{"name":"Coordinates","path":"/courses/csintro/coordinates","subitems":[{"name":"Overview","path":"/courses/csintro/coordinates/overview","subitems":[]},{"name":"Unplugged","path":"/courses/csintro/coordinates/unplugged","subitems":[]},{"name":"Activity","path":"/courses/csintro/coordinates/activity","subitems":[]},{"name":"Project","path":"/courses/csintro/coordinates/project","subitems":[]},{"name":"Standards","path":"/courses/csintro/coordinates/standards","subitems":[]}]},{"name":"Booleans","path":"/courses/csintro/booleans","subitems":[{"name":"Overview","path":"/courses/csintro/booleans/overview","subitems":[]},{"name":"Unplugged","path":"/courses/csintro/booleans/unplugged","subitems":[]},{"name":"Activity","path":"/courses/csintro/booleans/activity","subitems":[]},{"name":"Project","path":"/courses/csintro/booleans/project","subitems":[]},{"name":"Standards","path":"/courses/csintro/booleans/standards","subitems":[]}]},{"name":"Binary","path":"/courses/csintro/binary","subitems":[{"name":"Overview","path":"/courses/csintro/binary/overview","subitems":[]},{"name":"Unplugged","path":"/courses/csintro/binary/unplugged","subitems":[]},{"name":"Activity","path":"/courses/csintro/binary/activity","subitems":[]},{"name":"Project","path":"/courses/csintro/binary/project","subitems":[]},{"name":"Standards","path":"/courses/csintro/binary/standards","subitems":[]}]},{"name":"Radio","path":"/courses/csintro/radio","subitems":[{"name":"Overview","path":"/courses/csintro/radio/overview","subitems":[]},{"name":"Unplugged","path":"/courses/csintro/radio/unplugged","subitems":[]},{"name":"Activity","path":"/courses/csintro/radio/activity","subitems":[]},{"name":"Project","path":"/courses/csintro/radio/project","subitems":[]},{"name":"Standards","path":"/courses/csintro/radio/standards","subitems":[]}]},{"name":"Arrays","path":"/courses/csintro/arrays","subitems":[{"name":"Overview","path":"/courses/csintro/arrays/overview","subitems":[]},{"name":"Unplugged","path":"/courses/csintro/arrays/unplugged","subitems":[]},{"name":"Activity","path":"/courses/csintro/arrays/activity","subitems":[]},{"name":"Project","path":"/courses/csintro/arrays/project","subitems":[]},{"name":"Standards","path":"/courses/csintro/arrays/standards","subitems":[]}]},{"name":"Final Project","path":"/courses/csintro/finalproject","subitems":[{"name":"Review","path":"/courses/csintro/finalproject/review","subitems":[]},{"name":"Project","path":"/courses/csintro/finalproject/project","subitems":[]},{"name":"Examples","path":"/courses/csintro/finalproject/examples","subitems":[]},{"name":"Standards","path":"/courses/csintro/finalproject/standards","subitems":[]}]}]},{"name":"Blocks to JavaScript","path":"/courses/blocks-to-javascript","subitems":[{"name":"Hello JavaScript","path":"/courses/blocks-to-javascript/hello-javascript","subitems":[]},{"name":"Starter Blocks","path":"/courses/blocks-to-javascript/starter-blocks","subitems":[]},{"name":"Writing Code","path":"/courses/blocks-to-javascript/writing-code","subitems":[]},{"name":"Conditional Loops","path":"/courses/blocks-to-javascript/conditional-loops","subitems":[]},{"name":"Writing Functions","path":"/courses/blocks-to-javascript/writing-functions","subitems":[]}]},{"name":"Science experiments","path":"/courses/ucp-science","subitems":[{"name":"Data collection","path":"/courses/ucp-science/data-collection","subitems":[{"name":"Overview","path":"/courses/ucp-science/data-collection/overview","subitems":[]},{"name":"Setup and procedure","path":"/courses/ucp-science/data-collection/setup-procedure","subitems":[]},{"name":"Resources","path":"/courses/ucp-science/data-collection/resources","subitems":[]}]},{"name":"Population Traits","path":"/courses/ucp-science/population","subitems":[{"name":"Overview","path":"/courses/ucp-science/population/overview","subitems":[]},{"name":"Setup and procedure","path":"/courses/ucp-science/population/setup-procedure","subitems":[]},{"name":"Resources","path":"/courses/ucp-science/population/resources","subitems":[]}]},{"name":"Temperature","path":"/courses/ucp-science/temperature","subitems":[{"name":"Overview","path":"/courses/ucp-science/temperature/overview","subitems":[]},{"name":"Setup and procedure","path":"/courses/ucp-science/temperature/setup-procedure","subitems":[]},{"name":"Resources","path":"/courses/ucp-science/temperature/resources","subitems":[]}]},{"name":"Soil Moisture","path":"/courses/ucp-science/soil-moisture","subitems":[{"name":"Overview","path":"/courses/ucp-science/soil-moisture/overview","subitems":[]},{"name":"Setup and procedure","path":"/courses/ucp-science/soil-moisture/setup-procedure","subitems":[]},{"name":"Resources","path":"/courses/ucp-science/soil-moisture/resources","subitems":[]}]},{"name":"Gravity, Motion and Waves","path":"/courses/ucp-science/gravity","subitems":[{"name":"Overview","path":"/courses/ucp-science/gravity/overview","subitems":[]},{"name":"Setup and procedure","path":"/courses/ucp-science/gravity/setup-procedure","subitems":[]},{"name":"Resources","path":"/courses/ucp-science/gravity/resources","subitems":[]}]},{"name":"Body Electrical and Waves","path":"/courses/ucp-science/body-electrical","subitems":[{"name":"Overview","path":"/courses/ucp-science/body-electrical/overview","subitems":[]},{"name":"Setup and procedure","path":"/courses/ucp-science/body-electrical/setup-procedure","subitems":[]},{"name":"Resources","path":"/courses/ucp-science/body-electrical/resources","subitems":[]}]},{"name":"Electricity","path":"/courses/ucp-science/electricity","subitems":[{"name":"Overview","path":"/courses/ucp-science/electricity/overview","subitems":[]},{"name":"Setup and procedure","path":"/courses/ucp-science/electricity/setup-procedure","subitems":[]},{"name":"Resources","path":"/courses/ucp-science/electricity/resources","subitems":[]}]},{"name":"Rocket Acceleration","path":"/courses/ucp-science/rocket-acceleration","subitems":[{"name":"Overview","path":"/courses/ucp-science/rocket-acceleration/overview","subitems":[]},{"name":"Build","path":"/courses/ucp-science/rocket-acceleration/build","subitems":[]},{"name":"Setup and procedure","path":"/courses/ucp-science/rocket-acceleration/setup-procedure","subitems":[]},{"name":"Resources","path":"/courses/ucp-science/rocket-acceleration/resources","subitems":[]}]}]},{"name":"Logic Lab","path":"/courses/logic-lab","subitems":[{"name":"Logic and Expressions","path":"/courses/logic-lab/expressions","subitems":[]},{"name":"Boolean Elements","path":"/courses/logic-lab/elements","subitems":[]},{"name":"Logic Explorer","path":"/courses/logic-lab/explorer","subitems":[]},{"name":"Logic Gates","path":"/courses/logic-lab/logic-gates","subitems":[]},{"name":"Programmable Logic","path":"/courses/logic-lab/programmable","subitems":[]}]}]},{"name":"Reference","path":"/reference","subitems":[{"name":"Basic","path":"/reference/basic","subitems":[{"name":"show number","path":"/reference/basic/show-number","subitems":[]},{"name":"show icon","path":"/reference/basic/show-icon","subitems":[]},{"name":"show leds","path":"/reference/basic/show-leds","subitems":[]},{"name":"show string","path":"/reference/basic/show-string","subitems":[]},{"name":"clear screen","path":"/reference/basic/clear-screen","subitems":[]},{"name":"forever","path":"/reference/basic/forever","subitems":[]},{"name":"pause","path":"/reference/basic/pause","subitems":[]},{"name":"show arrow","path":"/reference/basic/show-arrow","subitems":[]}]},{"name":"Input","path":"/reference/input","subitems":[{"name":"on button pressed","path":"/reference/input/on-button-pressed","subitems":[]},{"name":"on gesture","path":"/reference/input/on-gesture","subitems":[]},{"name":"on pin pressed","path":"/reference/input/on-pin-pressed","subitems":[]},{"name":"button is pressed","path":"/reference/input/button-is-pressed","subitems":[]},{"name":"compass heading","path":"/reference/input/compass-heading","subitems":[]},{"name":"pin is pressed","path":"/reference/input/pin-is-pressed","subitems":[]},{"name":"temperature","path":"/reference/input/temperature","subitems":[]},{"name":"acceleration","path":"/reference/input/acceleration","subitems":[]},{"name":"light level","path":"/reference/input/light-level","subitems":[]},{"name":"rotation","path":"/reference/input/rotation","subitems":[]},{"name":"magnetic force","path":"/reference/input/magnetic-force","subitems":[]},{"name":"running time","path":"/reference/input/running-time","subitems":[]},{"name":"set accelerometer range","path":"/reference/input/set-accelerometer-range","subitems":[]}]},{"name":"Music","path":"/reference/music","subitems":[{"name":"play tone","path":"/reference/music/play-tone","subitems":[]},{"name":"ring tone","path":"/reference/music/ring-tone","subitems":[]},{"name":"rest","path":"/reference/music/rest","subitems":[]},{"name":"beat","path":"/reference/music/beat","subitems":[]},{"name":"tempo","path":"/reference/music/tempo","subitems":[]},{"name":"change tempo by","path":"/reference/music/change-tempo-by","subitems":[]},{"name":"set tempo","path":"/reference/music/set-tempo","subitems":[]}]},{"name":"Led","path":"/reference/led","subitems":[{"name":"plot","path":"/reference/led/plot","subitems":[]},{"name":"unplot","path":"/reference/led/unplot","subitems":[]},{"name":"point","path":"/reference/led/point","subitems":[]},{"name":"toggle","path":"/reference/led/toggle","subitems":[]},{"name":"brightness","path":"/reference/led/brightness","subitems":[]},{"name":"set brightness","path":"/reference/led/set-brightness","subitems":[]},{"name":"stop animation","path":"/reference/led/stop-animation","subitems":[]},{"name":"plot bar graph","path":"/reference/led/plot-bar-graph","subitems":[]},{"name":"enable","path":"/reference/led/enable","subitems":[]}]},{"name":"Radio","path":"/reference/radio","subitems":[{"name":"send number","path":"/reference/radio/send-number","subitems":[]},{"name":"send value","path":"/reference/radio/send-value","subitems":[]},{"name":"send string","path":"/reference/radio/send-string","subitems":[]},{"name":"on received number","path":"/reference/radio/on-received-number","subitems":[]},{"name":"on received string","path":"/reference/radio/on-received-string","subitems":[]},{"name":"on received buffer","path":"/reference/radio/on-received-buffer","subitems":[]},{"name":"received packet","path":"/reference/radio/received-packet","subitems":[]},{"name":"set group","path":"/reference/radio/set-group","subitems":[]},{"name":"set transmit power","path":"/reference/radio/set-transmit-power","subitems":[]},{"name":"set transmit serial number","path":"/reference/radio/set-transmit-serial-number","subitems":[]},{"name":"on data packet received","path":"/reference/radio/on-data-packet-received","subitems":[]},{"name":"write received packet to serial","path":"/reference/radio/write-received-packet-to-serial","subitems":[]}]},{"name":"Game","path":"/reference/game","subitems":[{"name":"create sprite","path":"/reference/game/create-sprite","subitems":[]},{"name":"delete","path":"/reference/game/delete","subitems":[]},{"name":"move","path":"/reference/game/move","subitems":[]},{"name":"turn","path":"/reference/game/turn","subitems":[]},{"name":"if on edge bounce","path":"/reference/game/if-on-edge-bounce","subitems":[]},{"name":"get","path":"/reference/game/get","subitems":[]},{"name":"set","path":"/reference/game/set","subitems":[]},{"name":"change","path":"/reference/game/change","subitems":[]},{"name":"is touching","path":"/reference/game/is-touching","subitems":[]},{"name":"is touching edge","path":"/reference/game/is-touching-edge","subitems":[]},{"name":"add score","path":"/reference/game/add-score","subitems":[]},{"name":"score","path":"/reference/game/score","subitems":[]},{"name":"set score","path":"/reference/game/set-score","subitems":[]},{"name":"set life","path":"/reference/game/set-life","subitems":[]},{"name":"add life","path":"/reference/game/add-life","subitems":[]},{"name":"remove life","path":"/reference/game/remove-life","subitems":[]},{"name":"start countdown","path":"/reference/game/start-countdown","subitems":[]},{"name":"game over","path":"/reference/game/game-over","subitems":[]},{"name":"pause","path":"/reference/game/pause","subitems":[]},{"name":"resume","path":"/reference/game/resume","subitems":[]}]},{"name":"Images","path":"/reference/images","subitems":[{"name":"create image","path":"/reference/images/create-image","subitems":[]},{"name":"create big image","path":"/reference/images/create-big-image","subitems":[]},{"name":"show image","path":"/reference/images/show-image","subitems":[]},{"name":"scroll image","path":"/reference/images/scroll-image","subitems":[]},{"name":"arrow image","path":"/reference/images/arrow-image","subitems":[]},{"name":"icon image","path":"/reference/images/icon-image","subitems":[]},{"name":"arrow number","path":"/reference/images/arrow-number","subitems":[]}]},{"name":"Pins","path":"/reference/pins","subitems":[{"name":"digital read pin","path":"/reference/pins/digital-read-pin","subitems":[]},{"name":"digital write pin","path":"/reference/pins/digital-write-pin","subitems":[]},{"name":"analog read pin","path":"/reference/pins/analog-read-pin","subitems":[]},{"name":"analog write pin","path":"/reference/pins/analog-write-pin","subitems":[]},{"name":"analog set period","path":"/reference/pins/analog-set-period","subitems":[]},{"name":"map","path":"/reference/pins/map","subitems":[]},{"name":"on pulsed","path":"/reference/pins/on-pulsed","subitems":[]},{"name":"pulse duration","path":"/reference/pins/pulse-duration","subitems":[]},{"name":"pulse in","path":"/reference/pins/pulse-in","subitems":[]},{"name":"servo write pin","path":"/reference/pins/servo-write-pin","subitems":[]},{"name":"servo set pulse","path":"/reference/pins/servo-set-pulse","subitems":[]},{"name":"i2c read number","path":"/reference/pins/i2c-read-number","subitems":[]},{"name":"i2c write number","path":"/reference/pins/i2c-write-number","subitems":[]},{"name":"set pull","path":"/reference/pins/set-pull","subitems":[]},{"name":"analog pitch","path":"/reference/pins/analog-pitch","subitems":[]},{"name":"analog set pitch pin","path":"/reference/pins/analog-set-pitch-pin","subitems":[]},{"name":"spi write","path":"/reference/pins/spi-write","subitems":[]},{"name":"spi Pins","path":"/reference/pins/spi-pins","subitems":[]},{"name":"spi format","path":"/reference/pins/spi-format","subitems":[]},{"name":"spi frequency","path":"/reference/pins/spi-frequency","subitems":[]}]},{"name":"Serial","path":"/reference/serial","subitems":[{"name":"write line","path":"/reference/serial/write-line","subitems":[]},{"name":"write number","path":"/reference/serial/write-number","subitems":[]},{"name":"write value","path":"/reference/serial/write-value","subitems":[]},{"name":"write string","path":"/reference/serial/write-string","subitems":[]},{"name":"read until","path":"/reference/serial/read-until","subitems":[]},{"name":"read line","path":"/reference/serial/read-line","subitems":[]},{"name":"read string","path":"/reference/serial/read-string","subitems":[]},{"name":"on data received","path":"/reference/serial/on-data-received","subitems":[]},{"name":"redirect","path":"/reference/serial/redirect","subitems":[]},{"name":"redirect to usb","path":"/reference/serial/redirect-to-usb","subitems":[]},{"name":"set baud rate","path":"/reference/serial/set-baud-rate","subitems":[]},{"name":"set write line padding","path":"/reference/serial/set-write-line-padding","subitems":[]},{"name":"write buffer","path":"/reference/serial/write-buffer","subitems":[]},{"name":"read buffer","path":"/reference/serial/read-buffer","subitems":[]}]},{"name":"Control","path":"/reference/control","subitems":[{"name":"in background","path":"/reference/control/in-background","subitems":[]},{"name":"reset","path":"/reference/control/reset","subitems":[]},{"name":"wait micros","path":"/reference/control/wait-micros","subitems":[]},{"name":"on event","path":"/reference/control/on-event","subitems":[]},{"name":"raise event","path":"/reference/control/raise-event","subitems":[]},{"name":"event timestamp","path":"/reference/control/event-timestamp","subitems":[]},{"name":"event value","path":"/reference/control/event-value","subitems":[]}]},{"name":"Bluetooth","path":"/reference/bluetooth","subitems":[{"name":"About","path":"/reference/bluetooth/about-bluetooth","subitems":[]},{"name":"Pairing","path":"/reference/bluetooth/bluetooth-pairing","subitems":[]},{"name":"on bluetooth connected","path":"/reference/bluetooth/on-bluetooth-connected","subitems":[]},{"name":"on bluetooth disconnected","path":"/reference/bluetooth/on-bluetooth-disconnected","subitems":[]},{"name":"start accelerometer service","path":"/reference/bluetooth/start-accelerometer-service","subitems":[]},{"name":"start button service","path":"/reference/bluetooth/start-button-service","subitems":[]},{"name":"start io pin service","path":"/reference/bluetooth/start-io-pin-service","subitems":[]},{"name":"start led service","path":"/reference/bluetooth/start-led-service","subitems":[]},{"name":"start magnetometer service","path":"/reference/bluetooth/start-magnetometer-service","subitems":[]},{"name":"start temperature service","path":"/reference/bluetooth/start-temperature-service","subitems":[]},{"name":"start uart service","path":"/reference/bluetooth/start-uart-service","subitems":[]},{"name":"uart read until","path":"/reference/bluetooth/uart-read-until","subitems":[]},{"name":"uart write string","path":"/reference/bluetooth/uart-write-string","subitems":[]},{"name":"uart write number","path":"/reference/bluetooth/uart-write-number","subitems":[]},{"name":"uart write value","path":"/reference/bluetooth/uart-write-value","subitems":[]},{"name":"advertise url","path":"/reference/bluetooth/advertise-url","subitems":[]},{"name":"stop advertising","path":"/reference/bluetooth/stop-advertising","subitems":[]},{"name":"advertise uid","path":"/reference/bluetooth/advertise-uid","subitems":[]},{"name":"advertise-uid-buffer","path":"/reference/bluetooth/advertise-uid-buffer","subitems":[]}]}]},{"name":"Extensions","path":"/extensions","subitems":[]},{"name":"Blocks","path":"/blocks","subitems":[{"name":"On Start","path":"/blocks/on-start","subitems":[]},{"name":"Loops","path":"/blocks/loops","subitems":[{"name":"repeat","path":"/blocks/loops/repeat","subitems":[]},{"name":"for","path":"/blocks/loops/for","subitems":[]},{"name":"while","path":"/blocks/loops/while","subitems":[]},{"name":"for of","path":"/blocks/loops/for-of","subitems":[]}]},{"name":"Logic","path":"/blocks/logic","subitems":[{"name":"if","path":"/blocks/logic/if","subitems":[]},{"name":"Boolean","path":"/blocks/logic/boolean","subitems":[]}]},{"name":"Variables","path":"/blocks/variables","subitems":[{"name":"assign","path":"/blocks/variables/assign","subitems":[]},{"name":"change var","path":"/blocks/variables/change","subitems":[]},{"name":"var","path":"/blocks/variables/var","subitems":[]}]},{"name":"Math","path":"/blocks/math","subitems":[]},{"name":"JavaScript blocks","path":"/blocks/javascript-blocks","subitems":[]},{"name":"Custom blocks","path":"/blocks/custom","subitems":[]}]},{"name":"Python","path":"/python","subitems":[{"name":"Calling","path":"/python/call","subitems":[]},{"name":"Sequencing","path":"/python/sequence","subitems":[]},{"name":"Variables","path":"/python/variables","subitems":[]},{"name":"Operators","path":"/python/operators","subitems":[]},{"name":"Statements","path":"/python/statements","subitems":[]},{"name":"Functions","path":"/python/functions","subitems":[]},{"name":"Classes","path":"/python/classes","subitems":[]}]},{"name":"JavaScript","path":"/javascript","subitems":[{"name":"Calling","path":"/javascript/call","subitems":[]},{"name":"Sequencing","path":"/javascript/sequence","subitems":[]},{"name":"Variables","path":"/javascript/variables","subitems":[]},{"name":"Operators","path":"/javascript/operators","subitems":[]},{"name":"Statements","path":"/javascript/statements","subitems":[]},{"name":"Functions","path":"/javascript/functions","subitems":[]},{"name":"Types","path":"/javascript/types","subitems":[]},{"name":"Classes","path":"/javascript/classes","subitems":[]},{"name":"Interfaces","path":"/javascript/interfaces","subitems":[]},{"name":"Generics","path":"/javascript/generics","subitems":[]}]},{"name":"Types","path":"/types","subitems":[{"name":"Number","path":"/types/number","subitems":[]},{"name":"String","path":"/types/string","subitems":[]},{"name":"Boolean","path":"/types/boolean","subitems":[]},{"name":"Array","path":"/types/array","subitems":[]},{"name":"Function","path":"/types/function","subitems":[]},{"name":"Buffer","path":"/types/buffer","subitems":[{"name":"Using buffers","path":"/types/buffer/using-buffers","subitems":[]},{"name":"Number format","path":"/types/buffer/number-format","subitems":[]}]}]},{"name":"Hardware","path":"/device","subitems":[{"name":"Data Analysis","path":"/device/data-analysis","subitems":[{"name":"Plotting with LEDs","path":"/device/data-analysis/led-plotting","subitems":[]},{"name":"Viewing Data","path":"/device/data-analysis/viewing","subitems":[]},{"name":"Writing Data","path":"/device/data-analysis/writing","subitems":[]},{"name":"Generating Data","path":"/device/data-analysis/generating","subitems":[]},{"name":"Analyzing Data","path":"/device/data-analysis/analyze","subitems":[]},{"name":"Remote Data","path":"/device/data-analysis/remote","subitems":[]}]},{"name":"Error codes","path":"/device/error-codes","subitems":[]},{"name":"Foil circuits","path":"/device/foil-circuits","subitems":[]},{"name":"Incompatible Hardware","path":"/device/incompatible","subitems":[]},{"name":"MES events","path":"/device/mes-events","subitems":[]},{"name":"Pins","path":"/device/pins","subitems":[]},{"name":"Reactive","path":"/device/reactive","subitems":[]},{"name":"Screen","path":"/device/screen","subitems":[]},{"name":"Serial","path":"/device/serial","subitems":[]},{"name":"Servo","path":"/device/servo","subitems":[]},{"name":"Simulator","path":"/device/simulator","subitems":[]},{"name":"USB","path":"/device/usb","subitems":[]},{"name":"WebUSB","path":"/device/usb/webusb","subitems":[{"name":"WebUSB Troubleshoot","path":"/device/usb/webusb/troubleshoot","subitems":[]}]},{"name":"Flashing via HID (CMSIS-DAP)","path":"/hidflash","subitems":[]}]},{"name":"Blocks Gallery","path":"/block-gallery","subitems":[]},{"name":"Miscellaneous","path":"","subitems":[{"name":"About","path":"/about","subitems":[]},{"name":"Support","path":"/support","subitems":[]},{"name":"Translate","path":"/translate","subitems":[]},{"name":"Sharing projects","path":"/share","subitems":[]},{"name":"Offline support","path":"/offline","subitems":[]},{"name":"Save","path":"/save","subitems":[]}]},{"name":"Developers","path":"","subitems":[{"name":"Command Line Interface","path":"/cli","subitems":[]},{"name":"Visual Studio Code support","path":"/code","subitems":[]},{"name":"Blocks Embed","path":"/blocks-embed","subitems":[]}]},{"name":"Projects","path":"/projects","subitems":[{"name":"Flashing Heart","path":"/projects/flashing-heart","subitems":[]},{"name":"Smiley Buttons","path":"/projects/smiley-buttons","subitems":[]},{"name":"Love Meter","path":"/projects/love-meter","subitems":[]},{"name":"Rock Paper Scissors","path":"/projects/rock-paper-scissors","subitems":[]},{"name":"Magic Button Trick","path":"/projects/magic-button-trick","subitems":[]},{"name":"Coin Flipper","path":"/projects/coin-flipper","subitems":[]},{"name":"Salute!","path":"/projects/salute","subitems":[]},{"name":"Hack Your Headphones","path":"/projects/hack-your-headphones","subitems":[]},{"name":"Banana Keyboard","path":"/projects/banana-keyboard","subitems":[]},{"name":"Guitar","path":"/projects/guitar","subitems":[]},{"name":"Duct Tape Wallet","path":"/projects/wallet","subitems":[]},{"name":"Watch","path":"/projects/watch","subitems":[]},{"name":"Soil Moisture","path":"/projects/soil-moisture","subitems":[]},{"name":"Plant Watering","path":"/projects/plant-watering","subitems":[]},{"name":"Reaction Time","path":"/projects/reaction-time","subitems":[]},{"name":"States of Matter","path":"/projects/states-of-matter","subitems":[]},{"name":"Mood Radio","path":"/projects/mood-radio","subitems":[]},{"name":"Tele-Potato","path":"/projects/tele-potato","subitems":[]},{"name":"Hot or Cold","path":"/projects/hot-or-cold","subitems":[]},{"name":"Voting Machine","path":"/projects/voting-machine","subitems":[]},{"name":"Infection","path":"/projects/infection","subitems":[]},{"name":"Fireflies","path":"/projects/fireflies","subitems":[]},{"name":"Rock Paper Scissors Teams","path":"/projects/rps-teams","subitems":[]},{"name":"Inchworm","path":"/projects/inchworm","subitems":[]},{"name":"Milk Carton Robot","path":"/projects/milk-carton-robot","subitems":[]},{"name":"Milk Monster","path":"/projects/milky-monster","subitems":[]},{"name":"RC Car","path":"/projects/rc-car","subitems":[]},{"name":"Timing Gates","path":"/projects/timing-gates","subitems":[]},{"name":"Compass","path":"/projects/compass","subitems":[]},{"name":"Telegraph","path":"/projects/telegraph","subitems":[]},{"name":"Railway Crossing","path":"/projects/railway-crossing","subitems":[]},{"name":"Karel","path":"/projects/karel","subitems":[]},{"name":"Stopwatch","path":"/projects/stopwatch","subitems":[]},{"name":"Name Tag","path":"/projects/name-tag","subitems":[]},{"name":"Step counter","path":"/projects/step-counter","subitems":[]},{"name":"Servo calibrator","path":"/projects/servo-calibrator","subitems":[]},{"name":"Analog Pin Tester","path":"/projects/analog-pin-tester","subitems":[]},{"name":"Light Level Meter","path":"/projects/light-level-meter","subitems":[]},{"name":"Radio bridge","path":"/projects/radio-bridge","subitems":[]},{"name":"Snap the dot","path":"/projects/snap-the-dot","subitems":[]},{"name":"Red light green light","path":"/projects/red-light-green-light","subitems":[]},{"name":"Name Badge","path":"/projects/name-badge","subitems":[]}]}],"id":"microbit","title":"Microsoft MakeCode for micro:bit","name":"makecode.microbit.org","description":"A Blocks / JavaScript code editor for the micro:bit powered by Microsoft MakeCode.","htmlDocIncludes":{}}