pxt-calliope/libs/cpp-test/kind.json

18 lines
304 B
JSON
Raw Normal View History

2016-03-10 23:01:04 +01:00
{
"name": "cpp-test",
"description": "Testing C++",
"files": [
"support.cpp",
"hello.ts"
],
"public": true,
"microbit": {
"config": {
"MICROBIT_BLE_ENABLED": "0"
}
},
"dependencies": {
"core": "file:../microbit"
}
}