pxt-calliope/libs/neopixel/pxt.json
2016-06-07 10:53:44 -07:00

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"
}