pxt-calliope/libs/neopixel/pxt.json

27 lines
526 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"
],
"yotta": {
2016-04-04 02:38:50 +02:00
"config": {
"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
}