Question
some structure(like CSPD_t) in FOC 4.1
Posted on July 23, 2015 at 11:47
I want to use some other mag encoder(SPI interface) in my project ,now i have finished the driver of it in FOC project,but I don't know how to input the speed data I get ,I find the function :bool SPD_CalcAvrgMecSpeed01Hz(CSPD this, int16_t *pMecSpeed01Hz);
but I don't know what is the class CSPD ,and how can I input my speed data to it.can anyone get me some help? #foc-4.1 #cspd_t