Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/felixge/pidctrl

A PID controller implementation in Golang.
https://github.com/felixge/pidctrl

Last synced: about 2 months ago
JSON representation

A PID controller implementation in Golang.

Awesome Lists containing this project

README

        

# pidctrl

A [PIDController][1] implementation in [Go][2].

## API Documentation

http://godoc.org/github.com/felixge/pidctrl

## TODO

There are several [modified PID algorithms][3], these could be be implemented
via flags / additional methods.

## License

MIT License, see LICENSE.txt file.

[1]: http://en.wikipedia.org/wiki/PID_controller
[2]: http://golang.org/
[3]: http://en.wikipedia.org/wiki/PID_controller#Modifications_to_the_PID_algorithm