pxt-calliope/libs/neopixel/pxt.json

23 lines
443 B
JSON
Raw Normal View History

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
},
2016-04-15 16:42:52 +02:00
"installedVersion": "fgluxh"
2016-04-04 02:38:50 +02:00
}