update motor support and add demo

This commit is contained in:
Matthias L. Jugel
2016-11-10 13:48:20 +01:00
parent 51e64bd82d
commit 9c3236de80
6 changed files with 136 additions and 108 deletions

11
libs/motor/pxt.json Normal file
View File

@ -0,0 +1,11 @@
{
"name": "calliope",
"description": "Motors Example",
"files": [
"motor.ts"
],
"public": true,
"dependencies": {
"core": "file:../core"
}
}