tomislav12
Results
2
issues of
tomislav12
Is there an option to set-up accesscontrol that some group of users, lets say Moderators, can only create resource for everybody else, but not for themselves? Currently I did it...
feature request
double Setpoint, Input, Output; PID myPID(&Input, &Output, &Setpoint, 0, 0, 0, DIRECT); setup() { Input = 10; Setpoint = 10; double Kp = 10; // CHANGED double Ki = 0;...