PID support (#242)

* updated block definitions

* updated dependency on common packages
This commit is contained in:
Peli de Halleux
2018-01-18 10:34:06 -08:00
committed by GitHub
parent 5ddfcd5508
commit 057a1d66dc
8 changed files with 41 additions and 81 deletions

6
libs/automation/pxt.json Normal file
View File

@ -0,0 +1,6 @@
{
"additionalFilePath": "../../node_modules/pxt-common-packages/libs/automation",
"dependencies": {
"ev3": "file:../ev3"
}
}