Fixed a bug on the new opalib_pid_voltage_pid_calculation and the declaration...
Fixed a bug on the new opalib_pid_voltage_pid_calculation and the declaration of the opa_lib_voltage_stop While debugging, we've noticed that the PID in this repo does not work. The issue was a non-usage of the uint32_t measurement parameter givent to the new opalib_pid_voltage_pid_calculation function. This commit corrects that. While re-reading the opalib_pid_voltage.h we've noticed that the declaration of the opa_lib_voltage_stop function was done after the endif of the .h creation. This was also corrected.
Please register or sign in to comment