Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
6 years, 2 months ago.
CMSIS-DSP PID in Mbed-os is not comlete?
Hi, I try to use PID control from CMSIS-DSP lib implemented in Mbed-OS but I not found functions like init and reset.
The old Mbed-DPS lib has same functions like here and it works http://www.keil.com/pack/doc/CMSIS/DSP/html/group__PID.html
The Mbed-os has same description in the PID's doxygen documentation like Mbed-DSP but init and reset functions missing and can not be called. The PID will not work without the init function and must be added manualy.
So it is a misstake or or did I misunderstand something?
Best regards J.