i think its working.. but needs verify..

This commit is contained in:
2025-05-25 22:23:34 +02:00
parent 5b329b710a
commit 5ff1d193c7
4 changed files with 44 additions and 13 deletions

4
main.c
View File

@@ -14,8 +14,8 @@
BuckEmulator_t buck_converter;
cm_pid_regulator_float_t Voltreg;
float kp = 0.00075;
float ki = 0.00001;
float kp = 0.00550;
float ki = 1.0;
float kd = 0.0;