Initial commit, based on pxt-adafruit
This commit is contained in:
17
libs/core/pxt.json
Normal file
17
libs/core/pxt.json
Normal file
@ -0,0 +1,17 @@
|
||||
{
|
||||
"name": "core",
|
||||
"description": "The core library",
|
||||
"files": [
|
||||
"README.md",
|
||||
"pxt.h",
|
||||
"pxtcore.h",
|
||||
"ns.ts"
|
||||
],
|
||||
"testFiles": [
|
||||
"test.ts"
|
||||
],
|
||||
"public": true,
|
||||
"dependencies": {
|
||||
"base": "file:../base"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user