2016-04-04 02:38:50 +02:00
|
|
|
{
|
2016-04-06 03:21:24 +02:00
|
|
|
"name": "neopixel",
|
2016-04-04 02:38:50 +02:00
|
|
|
"description": "AdaFruit NeoPixel driver for micro:bit",
|
|
|
|
"files": [
|
2016-04-06 04:02:12 +02:00
|
|
|
"README.md",
|
2016-04-04 02:38:50 +02:00
|
|
|
"neopixel.ts",
|
|
|
|
"sendbuffer.asm"
|
|
|
|
],
|
|
|
|
"testFiles": [
|
|
|
|
"neotest.ts"
|
|
|
|
],
|
|
|
|
"microbit": {
|
|
|
|
"config": {
|
|
|
|
"MICROBIT_BLE_ENABLED": "0"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"public": true,
|
|
|
|
"dependencies": {
|
|
|
|
"microbit": "file:../microbit"
|
2016-04-06 04:02:12 +02:00
|
|
|
},
|
|
|
|
"installedVersion": "zbhlje"
|
2016-04-04 02:38:50 +02:00
|
|
|
}
|