update motor support and add demo
This commit is contained in:
11
libs/motor/pxt.json
Normal file
11
libs/motor/pxt.json
Normal file
@ -0,0 +1,11 @@
|
||||
{
|
||||
"name": "calliope",
|
||||
"description": "Motors Example",
|
||||
"files": [
|
||||
"motor.ts"
|
||||
],
|
||||
"public": true,
|
||||
"dependencies": {
|
||||
"core": "file:../core"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user