Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions MiniPID.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,8 @@ void MiniPID::setOutputLimits(double minimum,double maximum){
*/
void MiniPID::setDirection(bool reversed){
this->reversed=reversed;
checkSigns(); /* Invert gains if necessary. Without this call gains provided via the constructor won't be changed, and direction won't reverse. */

}

//**********************************
Expand Down