STM32 PID Functions
Posted on June 25, 2014 at 09:49Hi,I had a look at DoFullPID and DoPID functions in PID_C_stm32.c file and undrstood that variables like Error and Output are defined as uint16_t.I'm wondering how these variables deal with negative values? What if in...