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