34 строки
660 B
JSON
34 строки
660 B
JSON
{
|
|
"name": "ws2812b",
|
|
"version": "0.1.2",
|
|
"description": "A driver for WS2812B programmable LEDs in MakeCode",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"core": "*"
|
|
},
|
|
"files": [
|
|
"README.md",
|
|
"main.ts",
|
|
"sendBuffer.asm",
|
|
"setBufferMode.asm"
|
|
],
|
|
"testFiles": [
|
|
"test.ts"
|
|
],
|
|
"public": true,
|
|
"supportedTargets": [
|
|
"microbit"
|
|
],
|
|
"preferredEditor": "tsprj",
|
|
"yotta": {
|
|
"config": {
|
|
"microbit-dal": {
|
|
"bluetooth": {
|
|
"enabled": 0
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"binaryonly": true
|
|
}
|