pxt-calliope/libs/neopixel/kind.json
2016-04-03 17:38:50 -07:00

21 lines
388 B
JSON

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