27 lines
526 B
JSON
27 lines
526 B
JSON
{
|
|
"name": "neopixel",
|
|
"description": "AdaFruit NeoPixel driver for micro:bit",
|
|
"files": [
|
|
"README.md",
|
|
"neopixel.ts",
|
|
"sendbuffer.asm"
|
|
],
|
|
"testFiles": [
|
|
"neotest.ts"
|
|
],
|
|
"yotta": {
|
|
"config": {
|
|
"microbit-dal": {
|
|
"bluetooth": {
|
|
"enabled": 0
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"public": true,
|
|
"dependencies": {
|
|
"microbit": "file:../microbit"
|
|
},
|
|
"installedVersion": "fgluxh"
|
|
}
|