├── LICENSE ├── README.md ├── lib.py └── main.py /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simorxb/PID-Controller-Python/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simorxb/PID-Controller-Python/HEAD/README.md -------------------------------------------------------------------------------- /lib.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simorxb/PID-Controller-Python/HEAD/lib.py -------------------------------------------------------------------------------- /main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simorxb/PID-Controller-Python/HEAD/main.py --------------------------------------------------------------------------------