User Activity

int16_t GetTim4Encoder(){ Tim4Encoder = __HAL_TIM_GET_COUNTER(&htim4); //__HAL_TIM_SET_COUNTER(&htim4,0); return Tim4Encoder; }