Brice Moda
/
Nucleo_Hello_counter
Counter using TIM2
Fork of Nucleo_Hello_counter by
Encoder/Encoder.h@5:e1783d6ee885, 2015-12-04 (annotated)
- Committer:
- fadamo
- Date:
- Fri Dec 04 10:06:23 2015 +0000
- Revision:
- 5:e1783d6ee885
- Parent:
- 4:26948bebef6c
Counter using TIM2
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
c128 | 4:26948bebef6c | 1 | #ifndef ENCODER_H |
c128 | 4:26948bebef6c | 2 | #define ENCODER_H |
c128 | 4:26948bebef6c | 3 | |
c128 | 4:26948bebef6c | 4 | void EncoderInit(TIM_Encoder_InitTypeDef encoder, TIM_HandleTypeDef timer, TIM_IC_InitTypeDef counterSet, TIM_TypeDef *TIMx, uint32_t maxcount, uint32_t encmode); |
c128 | 4:26948bebef6c | 5 | |
c128 | 4:26948bebef6c | 6 | #endif |