pxt-jacdac/motor/pxt.g.json

24 строки
462 B
JSON

{
"name": "jacdac-motor",
"version": "0.0.0",
"description": "A bi-directional DC motor.",
"files": [
"constants.ts",
"client.g.ts"
],
"testFiles": [
"test.ts"
],
"supportedTargets": [
"arcade",
"microbit",
"maker"
],
"dependencies": {
"core": "*",
"jacdac": "github:microsoft/pxt-jacdac"
},
"testDependencies": {
"nucleo-f411re": "*"
}
}