forked from microsoft/pxt-microbit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtargetconfig.json
113 lines (113 loc) · 3.43 KB
/
targetconfig.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
{
"packages": {
"approvedOrgs": [
"Microsoft",
"microbit-foundation",
"KitronikLtd",
"tinkertanker",
"Seeed-Studio",
"PiSupply"
],
"approvedRepos": [
"CoderDojoOlney/pxt-olney",
"PaulDFoster/pxt-microbit-GY521",
"chevyng/pxt-ucl-junkrobot",
"srs/pxt-bitbot",
"sparkfun/pxt-gamer-bit",
"sparkfun/pxt-moto-bit",
"sparkfun/pxt-weather-bit",
"minodekit/pxt-minode",
"LaboratoryForPlayfulComputation/pxt-BlockyTalkyBLE",
"mbitfun/pxt-katakana",
"jdarling/pxt-pca9685",
"MUSELAB/pxt-wifi-shield",
"kittenbot/pxt-robotbit",
"pizayanz/pxt-linebeacon",
"sunfounder/pxt-sloth",
"4tronix/BitBot",
"pimoroni/pxt-scrollbit",
"emwta/pxt-iBit",
"vengit/pxt-sbrick",
"pimoroni/pxt-envirobit",
"Annikken/pxt-Andee",
"1010Technologies/pxt-makerbit",
"pimoroni/pxt-automationbit",
"k8robotics/pxt-k8",
"dexterind/pxt-giggle",
"dexterind/pxt-gigglebot",
"Imagimaker/pxt-imagimaker",
"sparkfun/pxt-gator-light",
"sparkfun/pxt-gator-temp",
"4tronix/Robobit",
"alsrobot-microbit-makecode-packages/ALSRobotJoyBit",
"alsrobot-microbit-makecode-packages/ALSRobotKeyboard",
"alsrobot-microbit-makecode-packages/ALSRobotElectromagnet",
"alsrobot-microbit-makecode-packages/CooCoo",
"alsrobot-microbit-makecode-packages/CruiseBit",
"makecode-extensions/i2cLCD1602",
"makecode-extensions/OLED12864_I2C",
"makecode-extensions/DS1307",
"makecode-extensions/ScrollText",
"makecode-extensions/WhaleySansFont",
"makecode-extensions/BMP280",
"makecode-extensions/TM1637",
"makecode-extensions/BMP180",
"makecode-extensions/BH1750",
"makecode-extensions/APDS9930",
"makecode-extensions/AT24XX",
"makecode-extensions/BME280",
"makecode-extensions/TM1650",
"makecode-extensions/NTC",
"makecode-extensions/DS1302",
"makecode-extensions/LiBat",
"BirdBrainTechnologies/pxt-hummingbird-bit"
],
"preferredRepos": [
"Microsoft/pxt-neopixel",
"Microsoft/pxt-microturtle"
]
},
"languages": [
"en",
"ar",
"cs",
"da",
"de",
"el",
"es-ES",
"fi",
"fr",
"hu",
"it",
"ja",
"ko",
"nl",
"no",
"pt-BR",
"pt-PT",
"ru",
"si-LK",
"sk",
"sv-SE",
"tr",
"uk",
"zh-CN",
"zh-TW"
],
"galleries": {
"Tutorials": "tutorials",
"Games": "projects/games",
"Radio Games": "projects/radio-games",
"Fashion": "projects/fashion",
"Music": "projects/music",
"Toys": "projects/toys",
"Science": "projects/science",
"Tools": "projects/tools",
"Turtle": "projects/turtle",
"Blocks To JavaScript": "courses/blocks-to-javascript",
"Courses": "courses"
},
"electronManifest": {
"latest": "v1.2.7"
}
}