auto-reformat by Atom/PlatformIO

This commit is contained in:
Enrico Gueli 2017-05-13 21:07:19 +02:00
parent 5d68eb9020
commit 75dba97d45
2 changed files with 42 additions and 44 deletions

View File

@ -192,4 +192,3 @@ double PID::GetKi(){ return dispKi;}
double PID::GetKd(){ return dispKd;}
int PID::GetMode(){ return inAuto ? AUTOMATIC : MANUAL;}
int PID::GetDirection(){ return controllerDirection;}

View File

@ -77,4 +77,3 @@ class PID
bool inAuto;
};
#endif