Rework PID
This commit is contained in:
parent
5d8df998ae
commit
1fc400c695
9 changed files with 186 additions and 56 deletions
|
@ -54,6 +54,8 @@ private:
|
|||
|
||||
void reset_speed();
|
||||
void speed_control_loop();
|
||||
|
||||
void _set_power(uint8_t port, double percent);
|
||||
};
|
||||
|
||||
#endif // COMPLIB_SERVER_MOTOR_HPP
|
Reference in a new issue