First draft of neopixel

This commit is contained in:
Michal Moskal
2016-04-03 17:38:50 -07:00
parent 02c41b59bd
commit 8a124812b6
5 changed files with 267 additions and 0 deletions

20
libs/neopixel/kind.json Normal file
View File

@@ -0,0 +1,20 @@
{
"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"
}
}