pxt-calliope/libs/bluetoothprj/pxt.json

14 lines
237 B
JSON
Raw Normal View History

{
"name": "{0} block",
"description": "",
"dependencies": {
"core": "file:../core",
"bluetooth": "file:../bluetooth"
},
"files": [
"main.blocks",
"main.ts",
"README.md"
]
}