forked from microsoft/pxt-neopixel
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpxt.json
More file actions
42 lines (42 loc) · 1.02 KB
/
Copy pathpxt.json
File metadata and controls
42 lines (42 loc) · 1.02 KB
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
{
"name": "neopixel",
"version": "1.0.0",
"description": "AdaFruit NeoPixel driver",
"license": "MIT",
"dependencies": {
"core": "*",
"ws2812b": "github:microsoft/pxt-ws2812b#v0.1.1"
},
"files": [
"README.md",
"neopixel.ts",
"_locales/ja/neopixel-strings.json",
"_locales/de/neopixel-strings.json",
"_locales/de/neopixel-jsdoc-strings.json",
"_locales/es-ES/neopixel-strings.json",
"_locales/fr/neopixel-strings.json",
"_locales/fr/neopixel-jsdoc-strings.json",
"_locales/zh/neopixel-strings.json"
],
"testFiles": [
"neotest.ts"
],
"public": true,
"targetVersions": {
"target": "8.0.16",
"targetId": "microbit"
},
"supportedTargets": [
"microbit"
],
"preferredEditor": "tsprj",
"yotta": {
"config": {
"microbit-dal": {
"bluetooth": {
"enabled": 0
}
}
}
}
}