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"
|
|
|
|
],
|
2016-06-07 19:53:44 +02:00
|
|
|
"yotta": {
|
2016-04-04 02:38:50 +02:00
|
|
|
"config": {
|
2016-06-07 19:53:44 +02:00
|
|
|
"microbit-dal": {
|
|
|
|
"bluetooth": {
|
|
|
|
"enabled": 0
|
|
|
|
}
|
|
|
|
}
|
2016-04-04 02:38:50 +02:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"public": true,
|
|
|
|
"dependencies": {
|
|
|
|
"microbit": "file:../microbit"
|
2016-04-06 04:02:12 +02:00
|
|
|
},
|
2016-04-15 16:42:52 +02:00
|
|
|
"installedVersion": "fgluxh"
|
2016-04-04 02:38:50 +02:00
|
|
|
}
|