node-pid-controller icon indicating copy to clipboard operation
node-pid-controller copied to clipboard

Node.js PID controller

Results 6 node-pid-controller issues
Sort by recently updated
recently updated
newest added

To prevent direct props manipulation. Replace #13

Does this library support inputs from multiple sensors? The use case is a house with 7 rooms and with each a temperature sensor. We would like to provide an effective...

When updating the controller, a value of 0 is interpreted as an "Invalid Argument"

The current npm package isn't built to ES5, only ES6. Is there a reason for it? Or is it possible to compile the code before publishing it?

Node provides access to high resolution time through [`process.hrtime()`](https://nodejs.org/api/process.html#process_process_hrtime). It can also be used to calculate the time difference between calls. Example (from NodeJS Docs): ``` js var time =...

Bumps [serialize-javascript](https://github.com/yahoo/serialize-javascript) to 6.0.2 and updates ancestor dependency [mocha](https://github.com/mochajs/mocha). These dependencies need to be updated together. Updates `serialize-javascript` from 6.0.0 to 6.0.2 Release notes Sourced from serialize-javascript's releases. v6.0.2 fix:...

dependencies