Rework PID

This commit is contained in:
root 2022-04-02 22:49:04 +01:00
parent 5d8df998ae
commit 1fc400c695
9 changed files with 186 additions and 56 deletions

View file

@ -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