pxt-calliope/libs/neopixel/pxt.json
2016-04-15 07:42:52 -07:00

23 lines
443 B
JSON

{
"name": "neopixel",
"description": "AdaFruit NeoPixel driver for micro:bit",
"files": [
"README.md",
"neopixel.ts",
"sendbuffer.asm"
],
"testFiles": [
"neotest.ts"
],
"microbit": {
"config": {
"MICROBIT_BLE_ENABLED": "0"
}
},
"public": true,
"dependencies": {
"microbit": "file:../microbit"
},
"installedVersion": "fgluxh"
}