node-pid-controller
Advanced tools
Comparing version 0.0.2 to 0.0.3
{ | ||
"name": "node-pid-controller", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "Node.js PID controller", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
# node-pid-controller | ||
Node.js PID controller | ||
Simple Node.js PID controller | ||
@@ -30,3 +30,4 @@ ![pid](http://upload.wikimedia.org/wikipedia/commons/9/91/PID_en_updated_feedback.svg) | ||
### Normally, you use the correction to a measure, in a closed loop | ||
### Real example | ||
Normally, you use the correction to a measure, in a closed loop | ||
```js | ||
@@ -44,3 +45,3 @@ var goalReached = false | ||
```js | ||
mocha test; | ||
mocha test | ||
``` | ||
@@ -47,0 +48,0 @@ |
3655
49