-
Updated
Oct 12, 2019 - C++
pid-control
Here are 255 public repositories matching this topic...
Current docstring contents are not sufficient. Every function, regardless of trivialness, require at least one usage example.
-
Updated
Jan 7, 2019 - Python
-
Updated
Jun 29, 2019 - C++
-
Updated
Jul 13, 2017 - C++
Permitir configurar layout do teclado, ou então ter opções já prontas, tipo Normal ou Invertido!
Seria muito útil, porque no meu caso por exemplo que utilizo a placa do Eduardo 'Dumpa' o teclado está invertido, Bomba na tecla da esquerda. (Obs.: Ele já me forneceu o arquivo para correção)
-
Updated
Apr 29, 2019 - C
-
Updated
Feb 12, 2018 - MATLAB
-
Updated
Jun 11, 2019 - Python
-
Updated
Feb 24, 2020 - Python
-
Updated
Nov 14, 2018 - C++
-
Updated
Jul 9, 2019 - Jupyter Notebook
-
Updated
Nov 10, 2019 - C
-
Updated
Nov 27, 2017 - MATLAB
-
Updated
Mar 12, 2019 - MATLAB
-
Updated
Mar 24, 2018 - Python
-
Updated
Sep 19, 2018 - C++
-
Updated
Jun 19, 2020 - C++
Bug In Relay Example
Or not a bug, but generally not right for heating examples which I assume this relay example to be:
On line 54, it reads
if(Output < millis() - windowStartTime) digitalWrite(RelayPin,HIGH);
when I think it should read
if(Output > millis() - windowStartTime) digitalWrite(RelayPin,HIGH); (turn heater on if high)
-
Updated
Nov 26, 2017 - Verilog
-
Updated
Jun 10, 2020 - C++
-
Updated
Mar 25, 2019 - C++
-
Updated
Mar 19, 2019 - C#
-
Updated
May 23, 2019 - Python
-
Updated
Dec 31, 2017 - Python
-
Updated
Mar 12, 2019 - MATLAB
-
Updated
Dec 25, 2017 - MATLAB
-
Updated
Apr 22, 2019 - Python
Improve this page
Add a description, image, and links to the pid-control topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the pid-control topic, visit your repo's landing page and select "manage topics."
Not sure what command-line options are available, or how to find out what they are.
If the read-me could include a link or some info that would be great.
Thanks!