#include #ifndef __FDR1_QEI__ #define __FDR1_QEI__ void QEI_Init(void); uint16_t QEI_ReadPosition(void); #endif //__FDR1_QEI__