forked from microsoft/pxt-neopixel
-
Notifications
You must be signed in to change notification settings - Fork 1
/
pxt.json
39 lines (39 loc) · 996 Bytes
/
pxt.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
{
"name": "neopixel",
"version": "0.7.6",
"description": "AdaFruit NeoPixel driver",
"license": "MIT",
"dependencies": {
"core": "*",
"ws2812b": "github:microsoft/pxt-ws2812b#v0.1.1"
},
"files": [
"README.md",
"neopixel.ts",
"_locales/cs/neopixel-strings.json",
"_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,
"supportedTargets": [
"microbit"
],
"preferredEditor": "tsprj",
"yotta": {
"config": {
"microbit-dal": {
"bluetooth": {
"enabled": 0
}
}
}
}
}