Brice Moda
/
Nucleo_Hello_counter
Counter using TIM2
Fork of Nucleo_Hello_counter by
Diff: Encoder/Encoder.h
- Revision:
- 4:26948bebef6c
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Encoder/Encoder.h Wed Sep 30 08:15:19 2015 +0000 @@ -0,0 +1,6 @@ +#ifndef ENCODER_H +#define ENCODER_H + +void EncoderInit(TIM_Encoder_InitTypeDef encoder, TIM_HandleTypeDef timer, TIM_IC_InitTypeDef counterSet, TIM_TypeDef *TIMx, uint32_t maxcount, uint32_t encmode); + +#endif \ No newline at end of file