pxt-jacdac/led/pxt.g.json

24 строки
506 B
JSON
Исходник Обычный вид История

2021-02-11 13:11:35 +03:00
{
"name": "jacdac-led",
"version": "0.0.0",
"description": "A controller for 1 or more monochrome or RGB LEDs connected in parallel.",
"files": [
"constants.ts",
"client.g.ts"
],
"testFiles": [
"test.ts"
],
"supportedTargets": [
"arcade",
"microbit",
"maker"
],
"dependencies": {
"core": "*",
"jacdac": "github:microsoft/pxt-jacdac"
},
"testDependencies": {
"nucleo-f411re": "*"
}
}