Initial commit, based on pxt-adafruit
This commit is contained in:
34
libs/ev3/ns.ts
Normal file
34
libs/ev3/ns.ts
Normal file
@ -0,0 +1,34 @@
|
||||
|
||||
//% color="#d65cd6"
|
||||
namespace input {
|
||||
}
|
||||
|
||||
//% color="#F55D3E"
|
||||
namespace music {
|
||||
|
||||
}
|
||||
|
||||
//% color="#1B998B"
|
||||
namespace control {
|
||||
|
||||
}
|
||||
|
||||
//% color="#EF2D56"
|
||||
namespace pins {
|
||||
|
||||
}
|
||||
|
||||
//% color="#006E90"
|
||||
namespace serial {
|
||||
|
||||
}
|
||||
|
||||
//% color="#40bf4a"
|
||||
namespace loops {
|
||||
|
||||
}
|
||||
|
||||
//% color="#4c97ff"
|
||||
namespace light {
|
||||
|
||||
}
|
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