#include "servocontroller.h" #include "string.h" ServoState servoState; //TODO add a task and implement void servoControllerInit() { memset(&servoState, 0, sizeof(servoState)); }